Skip to content

Commit

Permalink
docker: bump alpine version
Browse files Browse the repository at this point in the history
elixir-1.14-alpine now uses alpine:3.17, so we do too.
  • Loading branch information
denizenging committed Mar 2, 2023
1 parent f4d27e7 commit fc56779
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 @@ COPY src src
RUN mix do compile, release


FROM alpine:3.16 AS app
FROM alpine:3.17 AS app
ARG MIX_ENV
ENV MIX_ENV=$MIX_ENV

Expand Down

0 comments on commit fc56779

Please sign in to comment.