From 9a34c36d77660c6935b9cd558163031b4a0e4fc6 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Sat, 13 Jan 2018 21:15:50 +0800 Subject: [PATCH] Bump Elixir and Erlang versions [patch] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f6664693..4e38ba205 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nebo15/alpine-elixir:1.5.1 as builder +FROM nebo15/alpine-elixir:1.5.3 as builder MAINTAINER Nebo#15 support@nebo15.com # Always build with production environment @@ -41,7 +41,7 @@ RUN set -xe; \ # We are using Linux Alpine image with pre-installed Erlang, # pure alpine with ERTS from tarball won't work because Erlang VM # has lots of native dependencies -FROM nebo15/alpine-erlang:20.0.4 +FROM nebo15/alpine-erlang:20.2.2 MAINTAINER Nebo#15 support@nebo15.com ENV \