Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 05a34c5 commit 0c0439a
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.0 AS app
RUN apk add --update bash openssl libstdc++ libgcc

RUN mkdir /app
Expand Down

0 comments on commit 0c0439a

Please sign in to comment.