aboutsummaryrefslogtreecommitdiff
path: root/19/alpine/development/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '19/alpine/development/Dockerfile')
-rw-r--r--19/alpine/development/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/19/alpine/development/Dockerfile b/19/alpine/development/Dockerfile
index 4d071e4..b4f0389 100644
--- a/19/alpine/development/Dockerfile
+++ b/19/alpine/development/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
MAINTAINER kballou@devnulllabs.io
ENV LANG="en_US.UTF-8"
-ENV OTP_VERSION="19.2.3"
+ENV OTP_VERSION="19.3.3"
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.2.3.tar.gz" -o otp-src.tar.gz \
- && echo "51dd3eda2b5e835588ed215328c3943b69bc353d892577411570641f37c51ad8 otp-src.tar.gz" | sha256sum -c - \
+ && curl -fSL "https://github.com/erlang/otp/archive/OTP-19.3.3.tar.gz" -o otp-src.tar.gz \
+ && echo "0f7247dc50c8a81897823f54f4a6daa3269d29c192a7eb594ea38722f6bb3bf3 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 \