Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 0047d8f commit 52c5d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To avoid having to maintain and use two different Dockerfiles(one for local development and one for releasing) we follow the GoReleaser approach for local development as well.
# Please build your image using `make docker` instead of a direct docker command.

FROM alpine:3.18
FROM alpine:3.21

RUN apk update
RUN apk add --no-cache \
Expand Down

0 comments on commit 52c5d7b

Please sign in to comment.