From c9712e6f8d95ec11872c876cea2c20e8eacb52ed Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 22 Feb 2019 18:42:00 +0000 Subject: [PATCH] Update to 3.7.13-beta.1, Erlang/OTP 21.2.6, OpenSSL 1.1.1a --- 3.7-rc/alpine/Dockerfile | 6 +++--- 3.7-rc/ubuntu/Dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3.7-rc/alpine/Dockerfile b/3.7-rc/alpine/Dockerfile index f3bb4b9..dfb0299 100644 --- a/3.7-rc/alpine/Dockerfile +++ b/3.7-rc/alpine/Dockerfile @@ -22,10 +22,10 @@ ENV OPENSSL_SOURCE_SHA256="fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d ENV OPENSSL_PGP_KEY_ID="0x8657ABB260F056B1E5190839D9C4D26D0E604491" # Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags) -ENV OTP_VERSION 21.2.5 +ENV OTP_VERSION 21.2.6 # TODO add PGP checking when the feature will be added to Erlang/OTP's build system # http://erlang.org/pipermail/erlang-questions/2019-January/097067.html -ENV OTP_SOURCE_SHA256="3ff578ab020a714be25d6787b81938df016db375692d4126a28f1303e6e9c165" +ENV OTP_SOURCE_SHA256="aa0b95031e7c01af8a7042a00974ab16ed8fec305a68d7dbaa4185e5d58ef4d5" # Install dependencies required to build Erlang/OTP from source # http://erlang.org/doc/installation_guide/INSTALL.html @@ -170,7 +170,7 @@ RUN set -eux; \ ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie # Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html) -ENV RABBITMQ_VERSION 3.7.12-rc.2 +ENV RABBITMQ_VERSION 3.7.13-beta.1 # https://www.rabbitmq.com/signatures.html#importing-gpg ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA" ENV RABBITMQ_HOME=/opt/rabbitmq diff --git a/3.7-rc/ubuntu/Dockerfile b/3.7-rc/ubuntu/Dockerfile index c2cdf1a..0868272 100644 --- a/3.7-rc/ubuntu/Dockerfile +++ b/3.7-rc/ubuntu/Dockerfile @@ -25,10 +25,10 @@ ENV OPENSSL_SOURCE_SHA256="fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d ENV OPENSSL_PGP_KEY_ID="0x8657ABB260F056B1E5190839D9C4D26D0E604491" # Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags) -ENV OTP_VERSION 21.2.5 +ENV OTP_VERSION 21.2.6 # TODO add PGP checking when the feature will be added to Erlang/OTP's build system # http://erlang.org/pipermail/erlang-questions/2019-January/097067.html -ENV OTP_SOURCE_SHA256="3ff578ab020a714be25d6787b81938df016db375692d4126a28f1303e6e9c165" +ENV OTP_SOURCE_SHA256="aa0b95031e7c01af8a7042a00974ab16ed8fec305a68d7dbaa4185e5d58ef4d5" # Install dependencies required to build Erlang/OTP from source # http://erlang.org/doc/installation_guide/INSTALL.html @@ -179,7 +179,7 @@ RUN set -eux; \ ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie # Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html) -ENV RABBITMQ_VERSION 3.7.12-rc.2 +ENV RABBITMQ_VERSION 3.7.13-beta.1 # https://www.rabbitmq.com/signatures.html#importing-gpg ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA" ENV RABBITMQ_HOME=/opt/rabbitmq