aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-06-16 09:23:25 -0600
committerkballou <kballou@devnulllabs.io>2017-06-16 09:23:25 -0600
commit5389efd770ded92caeb1fa5e9ee0d385df113f86 (patch)
tree3ff3e1647e1663d61cae8bbf0929a3da33fa50a1
parentc9e3bb5846e4f4a708796901eb92e54f90f63fa6 (diff)
downloaddocker-erlang-5389efd770ded92caeb1fa5e9ee0d385df113f86.tar.gz
docker-erlang-5389efd770ded92caeb1fa5e9ee0d385df113f86.tar.xz
Update Erlang 19 -> 19.2.3
-rw-r--r--19/Dockerfile6
-rw-r--r--19/alpine/Dockerfile6
-rw-r--r--19/alpine/development/Dockerfile6
-rw-r--r--19/alpine/onbuild/Dockerfile6
-rw-r--r--19/development/Dockerfile6
-rw-r--r--19/onbuild/Dockerfile6
-rw-r--r--19/options4
7 files changed, 20 insertions, 20 deletions
diff --git a/19/Dockerfile b/19/Dockerfile
index 9a92760..4d071e4 100644
--- a/19/Dockerfile
+++ b/19/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
MAINTAINER kballou@devnulllabs.io
ENV LANG="en_US.UTF-8"
-ENV OTP_VERSION="19.1.6"
+ENV OTP_VERSION="19.2.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.1.6.tar.gz" -o otp-src.tar.gz \
- && echo "8fbe222233e14bffee40214641a44d0faef5457040e7ce5a85c3b9ce5f895777 otp-src.tar.gz" | sha256sum -c - \
+ && 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 - \
&& 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 \
diff --git a/19/alpine/Dockerfile b/19/alpine/Dockerfile
index 9a92760..4d071e4 100644
--- a/19/alpine/Dockerfile
+++ b/19/alpine/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
MAINTAINER kballou@devnulllabs.io
ENV LANG="en_US.UTF-8"
-ENV OTP_VERSION="19.1.6"
+ENV OTP_VERSION="19.2.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.1.6.tar.gz" -o otp-src.tar.gz \
- && echo "8fbe222233e14bffee40214641a44d0faef5457040e7ce5a85c3b9ce5f895777 otp-src.tar.gz" | sha256sum -c - \
+ && 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 - \
&& 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 \
diff --git a/19/alpine/development/Dockerfile b/19/alpine/development/Dockerfile
index 9a92760..4d071e4 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.1.6"
+ENV OTP_VERSION="19.2.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.1.6.tar.gz" -o otp-src.tar.gz \
- && echo "8fbe222233e14bffee40214641a44d0faef5457040e7ce5a85c3b9ce5f895777 otp-src.tar.gz" | sha256sum -c - \
+ && 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 - \
&& 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 \
diff --git a/19/alpine/onbuild/Dockerfile b/19/alpine/onbuild/Dockerfile
index 9a92760..4d071e4 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.1.6"
+ENV OTP_VERSION="19.2.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.1.6.tar.gz" -o otp-src.tar.gz \
- && echo "8fbe222233e14bffee40214641a44d0faef5457040e7ce5a85c3b9ce5f895777 otp-src.tar.gz" | sha256sum -c - \
+ && 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 - \
&& 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 \
diff --git a/19/development/Dockerfile b/19/development/Dockerfile
index 9a92760..4d071e4 100644
--- a/19/development/Dockerfile
+++ b/19/development/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
MAINTAINER kballou@devnulllabs.io
ENV LANG="en_US.UTF-8"
-ENV OTP_VERSION="19.1.6"
+ENV OTP_VERSION="19.2.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.1.6.tar.gz" -o otp-src.tar.gz \
- && echo "8fbe222233e14bffee40214641a44d0faef5457040e7ce5a85c3b9ce5f895777 otp-src.tar.gz" | sha256sum -c - \
+ && 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 - \
&& 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 \
diff --git a/19/onbuild/Dockerfile b/19/onbuild/Dockerfile
index 9a92760..4d071e4 100644
--- a/19/onbuild/Dockerfile
+++ b/19/onbuild/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
MAINTAINER kballou@devnulllabs.io
ENV LANG="en_US.UTF-8"
-ENV OTP_VERSION="19.1.6"
+ENV OTP_VERSION="19.2.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.1.6.tar.gz" -o otp-src.tar.gz \
- && echo "8fbe222233e14bffee40214641a44d0faef5457040e7ce5a85c3b9ce5f895777 otp-src.tar.gz" | sha256sum -c - \
+ && 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 - \
&& 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 \
diff --git a/19/options b/19/options
index 685816c..4634ffe 100644
--- a/19/options
+++ b/19/options
@@ -1,5 +1,5 @@
-OTP_VERSION=19.1.6
-OTP_SRC_SUM=8fbe222233e14bffee40214641a44d0faef5457040e7ce5a85c3b9ce5f895777
+OTP_VERSION=19.2.3
+OTP_SRC_SUM=51dd3eda2b5e835588ed215328c3943b69bc353d892577411570641f37c51ad8
REBAR_VERSION=2.6.2
REBAR_SRC_SUM=ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400
REBAR3_VERSION=3.2.0