From 083ff1f88c9025359189fb5d47b175d4e5dd4d14 Mon Sep 17 00:00:00 2001 From: Jesse Dijkstra Date: Thu, 29 Jun 2017 13:04:20 +0200 Subject: [PATCH 1/2] Update docker file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a73c958..397df6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM elixir:1.4.2 +FROM elixir:1.4.5 -ENV NODE_VERSION=6.10.2 \ +ENV NODE_VERSION=6.10.3 \ LANG=C.UTF-8 \ NPM_CONFIG_LOGLEVEL=info From 0d724e164b02928bdd52071c2f2573f07a8991d2 Mon Sep 17 00:00:00 2001 From: Jesse Dijkstra Date: Tue, 25 Jul 2017 16:02:48 +0200 Subject: [PATCH 2/2] Update to Elixir 1.5 and Node 6.11.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 397df6e..f89284f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM elixir:1.4.5 +FROM defactosoftware/elixir:1.5 -ENV NODE_VERSION=6.10.3 \ +ENV NODE_VERSION=6.11.1 \ LANG=C.UTF-8 \ NPM_CONFIG_LOGLEVEL=info