Update base image in Dockerfile to newer elixir version

This commit is contained in:
Norm 2023-03-16 12:55:04 -04:00
parent 3c30666d3f
commit 63870c2c17
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM hexpm/elixir:1.13.4-erlang-24.3.4.5-alpine-3.15.6
FROM hexpm/elixir:1.14.3-erlang-25.3-alpine-3.17.2
ENV MIX_ENV=prod
ENV ERL_EPMD_ADDRESS=127.0.0.1