Skip to content

Commit

Permalink
Upgrade new Elixir container, Node.js 12.16.1, and Phoenix 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Mar 5, 2020
1 parent 07a9ae0 commit f86233f
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.10.1-otp22.2.6
FROM quay.io/fortawesome/elixir:1.10.2-otp22.2.8

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 12.15.0
ENV NODE_VERSION 12.16.1

# install Node.js with package
RUN curl -sL https://deb.nodesource.com/setup_12.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.4.12
ENV PHOENIX_VERSION 1.4.14

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

0 comments on commit f86233f

Please sign in to comment.