From 22ee477baecf00a52b748b36b50f49459b3db548 Mon Sep 17 00:00:00 2001 From: Travis Chase Date: Fri, 24 Apr 2020 17:49:53 -0500 Subject: [PATCH] Upgrade Erlang, Node.js, and Phoenix --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e16ec3..7ac2a61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fortawesome/elixir:1.10.2-otp22.2.8 +FROM quay.io/fortawesome/elixir:1.10.2-otp22.3.0 ENV DEBIAN_FRONTEND noninteractive @@ -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.16.1 +ENV NODE_VERSION 12.16.2 # install Node.js with package RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - @@ -28,7 +28,7 @@ RUN apt-get install -y nodejs # install Hex RUN mix local.hex --force -ENV PHOENIX_VERSION 1.4.14 +ENV PHOENIX_VERSION 1.5.1 # install the Phoenix Mix archive RUN mix archive.install --force hex phx_new $PHOENIX_VERSION