Skip to content

Commit

Permalink
Upgrade Erlang 23.1.4, NodeJS 14.15.1, & Phoenix 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Dec 2, 2020
1 parent 17846c5 commit ba14f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fortawesome/elixir:1.11.2-otp23.1.1
FROM quay.io/fortawesome/elixir:1.11.2-otp23.1.4

ENV DEBIAN_FRONTEND noninteractive

Expand All @@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \

# Install Node
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 14.15.0
ENV NODE_VERSION 14.15.1

# install Node.js with package
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
Expand All @@ -28,7 +28,7 @@ RUN apt-get install -y nodejs
# install Hex
RUN mix local.hex --force

ENV PHOENIX_VERSION 1.5.6
ENV PHOENIX_VERSION 1.5.7

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

0 comments on commit ba14f31

Please sign in to comment.