Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent 05a34c5 commit 817f96f
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 @@ -55,7 +55,7 @@ RUN mix release
#COPY rel rel

# prepare release image
FROM alpine:3.18.4 AS app
FROM alpine:3.20.3 AS app
RUN apk add --update bash openssl libstdc++ libgcc

RUN mkdir /app
Expand Down

0 comments on commit 817f96f

Please sign in to comment.