aboutsummaryrefslogtreecommitdiff
path: root/20/onbuild/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '20/onbuild/Dockerfile')
-rw-r--r--20/onbuild/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/20/onbuild/Dockerfile b/20/onbuild/Dockerfile
index 9f10711..8bbd3c9 100644
--- a/20/onbuild/Dockerfile
+++ b/20/onbuild/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
MAINTAINER kballou@devnulllabs.io
ENV LANG="en_US.UTF-8"
-ENV OTP_VERSION="20.0.3"
+ENV OTP_VERSION="20.0.4"
ENV REBAR_VERSION="2.6.4"
ENV REBAR3_VERSION="3.4.3"
@@ -14,8 +14,8 @@ RUN set -xe \
unixODBC \
unixODBC-devel \
openssl-devel \
- && curl -fSL "https://github.com/erlang/otp/archive/OTP-20.0.3.tar.gz" -o otp-src.tar.gz \
- && echo "e77780f8f73dc7568983c4fe67b31c2998c0fa6d3800b6f721be326ebb657a39 otp-src.tar.gz" | sha256sum -c - \
+ && curl -fSL "https://github.com/erlang/otp/archive/OTP-20.0.4.tar.gz" -o otp-src.tar.gz \
+ && echo "4fb811b1811561f78a128c67e40b1b774354b358a4b61a9b641f0ecb06002f66 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 \