Skip to content

Commit

Permalink
Use Alpine 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Feb 27, 2023
1 parent 51f0c9e commit 63d5c7b
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 @@ -14,7 +14,7 @@ RUN mix local.rebar --force
RUN mix deps.get
RUN mix release

FROM alpine:3.16 AS final
FROM alpine:3.17 AS final

RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit 63d5c7b

Please sign in to comment.