Skip to content

Commit

Permalink
Upgrade to Erlang 23.0.1 and Phoenix 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed May 26, 2020
1 parent b03c35f commit 96990eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fortawesome/elixir:1.10.3-otp23.0
FROM quay.io/fortawesome/elixir:1.10.3-otp23.0.1

ENV DEBIAN_FRONTEND noninteractive

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN apt-get install -y nodejs
# install Hex
RUN mix local.hex --force

ENV PHOENIX_VERSION 1.5.1
ENV PHOENIX_VERSION 1.5.3

# install the Phoenix Mix archive
RUN mix archive.install --force hex phx_new $PHOENIX_VERSION
Expand Down

0 comments on commit 96990eb

Please sign in to comment.