Skip to content

Commit

Permalink
Bump runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman committed Oct 26, 2023
1 parent 75374a7 commit b136681
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 do compile, release
###

# prepare release docker image
FROM alpine:3.14 AS app
FROM alpine:3.17 AS app
RUN apk add --no-cache libstdc++ openssl ncurses-libs

WORKDIR /app
Expand Down

0 comments on commit b136681

Please sign in to comment.