Skip to content

Commit

Permalink
Update runtime base image as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Jul 31, 2024
1 parent 81d62f7 commit 1974c20
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 @@ -11,7 +11,7 @@ RUN mix deps.get
RUN mix deps.compile
RUN mix compile

FROM elixir:1.9-alpine
FROM elixir:1.17-otp-26-alpine
ENV MIX_ENV="prod"
RUN mix local.hex --force
RUN mix local.rebar --force
Expand Down

0 comments on commit 1974c20

Please sign in to comment.