Skip to content

Commit e254cc0

Browse files
Update to 3.8.10-beta.1, Erlang/OTP 23.1.2, OpenSSL 1.1.1h
1 parent b553555 commit e254cc0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

3.8-rc/alpine/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ ARG PGP_KEYSERVER=ha.pool.sks-keyservers.net
1616
# For context, see https://github.com/docker-library/official-images/issues/4252
1717

1818
# Using the latest OpenSSL LTS release, with support until September 2023 - https://www.openssl.org/source/
19-
ENV OPENSSL_VERSION 1.1.1g
20-
ENV OPENSSL_SOURCE_SHA256="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46"
19+
ENV OPENSSL_VERSION 1.1.1h
20+
ENV OPENSSL_SOURCE_SHA256="5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
2121
# https://www.openssl.org/community/omc.html
2222
ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D"
2323

2424
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
25-
ENV OTP_VERSION 23.0.3
25+
ENV OTP_VERSION 23.1.2
2626
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
2727
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
28-
ENV OTP_SOURCE_SHA256="ed3c25742a2b76407dbb83d40cb95211caad5ab0969681f585a674e2e54840ac"
28+
ENV OTP_SOURCE_SHA256="afff83ab51830cb7d9ed995d0c98a3947896471cde9af000befd78b390f109be"
2929

3030
# Install dependencies required to build Erlang/OTP from source
3131
# http://erlang.org/doc/installation_guide/INSTALL.html
@@ -180,7 +180,7 @@ RUN set -eux; \
180180
ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
181181

182182
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
183-
ENV RABBITMQ_VERSION 3.8.6-rc.1
183+
ENV RABBITMQ_VERSION 3.8.10-beta.1
184184
# https://www.rabbitmq.com/signatures.html#importing-gpg
185185
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
186186
ENV RABBITMQ_HOME=/opt/rabbitmq

3.8-rc/ubuntu/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ ARG PGP_KEYSERVER=ha.pool.sks-keyservers.net
1919
# For context, see https://github.com/docker-library/official-images/issues/4252
2020

2121
# Using the latest OpenSSL LTS release, with support until September 2023 - https://www.openssl.org/source/
22-
ENV OPENSSL_VERSION 1.1.1g
23-
ENV OPENSSL_SOURCE_SHA256="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46"
22+
ENV OPENSSL_VERSION 1.1.1h
23+
ENV OPENSSL_SOURCE_SHA256="5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
2424
# https://www.openssl.org/community/omc.html
2525
ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D"
2626

2727
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
28-
ENV OTP_VERSION 23.0.3
28+
ENV OTP_VERSION 23.1.2
2929
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
3030
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
31-
ENV OTP_SOURCE_SHA256="ed3c25742a2b76407dbb83d40cb95211caad5ab0969681f585a674e2e54840ac"
31+
ENV OTP_SOURCE_SHA256="afff83ab51830cb7d9ed995d0c98a3947896471cde9af000befd78b390f109be"
3232

3333
# Install dependencies required to build Erlang/OTP from source
3434
# http://erlang.org/doc/installation_guide/INSTALL.html
@@ -191,7 +191,7 @@ RUN set -eux; \
191191
ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
192192

193193
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
194-
ENV RABBITMQ_VERSION 3.8.6-rc.1
194+
ENV RABBITMQ_VERSION 3.8.10-beta.1
195195
# https://www.rabbitmq.com/signatures.html#importing-gpg
196196
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
197197
ENV RABBITMQ_HOME=/opt/rabbitmq

0 commit comments

Comments
 (0)