Skip to content

Commit

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

RUN mkdir /app
Expand Down

0 comments on commit 600ff86

Please sign in to comment.