aboutsummaryrefslogtreecommitdiff
path: root/19/alpine/onbuild/Dockerfile
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-06-16 09:18:51 -0600
committerkballou <kballou@devnulllabs.io>2017-06-16 09:18:51 -0600
commitc9e3bb5846e4f4a708796901eb92e54f90f63fa6 (patch)
tree2291f7f564a6ed8280788ed966248a75595bc4d1 /19/alpine/onbuild/Dockerfile
parent5b1f7286d1bd7bbb7b8b70e1d29c419c92be6c21 (diff)
downloaddocker-erlang-c9e3bb5846e4f4a708796901eb92e54f90f63fa6.tar.gz
docker-erlang-c9e3bb5846e4f4a708796901eb92e54f90f63fa6.tar.xz
Update Erlang 19 -> 19.1.6
Diffstat (limited to '19/alpine/onbuild/Dockerfile')
-rw-r--r--19/alpine/onbuild/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/19/alpine/onbuild/Dockerfile b/19/alpine/onbuild/Dockerfile
index fdf168a..9a92760 100644
--- a/19/alpine/onbuild/Dockerfile
+++ b/19/alpine/onbuild/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
MAINTAINER kballou@devnulllabs.io
ENV LANG="en_US.UTF-8"
-ENV OTP_VERSION="19.0"
+ENV OTP_VERSION="19.1.6"
ENV REBAR_VERSION="2.6.2"
ENV REBAR3_VERSION="3.2.0"
@@ -14,8 +14,8 @@ RUN set -xe \
unixODBC \
unixODBC-devel \
openssl-devel \
- && curl -fSL "https://github.com/erlang/otp/archive/OTP-19.0.tar.gz" -o otp-src.tar.gz \
- && echo "107b629aa7aea1bf76df0197629a50ce4fea61143ebb0e9a1b633b1fbaf9beb7 otp-src.tar.gz" | sha256sum -c - \
+ && curl -fSL "https://github.com/erlang/otp/archive/OTP-19.1.6.tar.gz" -o otp-src.tar.gz \
+ && echo "8fbe222233e14bffee40214641a44d0faef5457040e7ce5a85c3b9ce5f895777 otp-src.tar.gz" | sha256sum -c - \
&& mkdir -p /usr/src/otp-src \
&& tar -zxf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 \
&& rm otp-src.tar.gz \