From 279427a6881d4bbd59707facfef98d51f1a4cc71 Mon Sep 17 00:00:00 2001 From: kballou Date: Fri, 24 Jun 2016 09:32:20 -0600 Subject: Update OTP to 18.3.4 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3636586..98c4062 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM centos:7 MAINTAINER kballou@devnulllabs.io ENV LANG="en_US.UTF-8" -ENV OTP_VER="18.3.3" +ENV OTP_VER="18.3.4" ENV REBAR_VERSION="2.6.1" ENV REBAR3_VERSION="3.1.0" ENV ELIXIR_VERSION="1.2.5" @@ -16,7 +16,7 @@ RUN set -xe \ unixODBC-devel \ openssl-devel \ && OTP_SRC_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VER.tar.gz" \ - && OTP_SRC_SUM="70d50dd5970379cf0cd818bc5e21a1a809b9976c9ddd3a3b8ebde1e1c95ab8c3" \ + && OTP_SRC_SUM="d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9" \ && curl -fSL "$OTP_SRC_URL" -o otp-src.tar.gz \ && echo "${OTP_SRC_SUM} otp-src.tar.gz" | sha256sum -c - \ && mkdir -p /usr/src/otp-src \ -- cgit v1.2.1