Skip to content

Commit

Permalink
Merge pull request #276 from jehrhardt/dependabot/docker/alpine-3.21.3
Browse files Browse the repository at this point in the history
Bump alpine from 3.21.2 to 3.21.3
  • Loading branch information
jehrhardt authored Feb 17, 2025
2 parents d04aee1 + 670e63e commit 3c98060
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 @@ -38,7 +38,7 @@ RUN mix release

# start a new build stage so that the final image will only contain
# the compiled release and other runtime necessities
FROM alpine:3.21.2
FROM alpine:3.21.3

WORKDIR "/app"
RUN apk add --no-cache \
Expand Down

0 comments on commit 3c98060

Please sign in to comment.