File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ ENV OPENSSL_SOURCE_SHA256="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af24
22
22
ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D"
23
23
24
24
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
25
- ENV OTP_VERSION 23.0.2
25
+ ENV OTP_VERSION 23.0.3
26
26
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
27
27
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
28
- ENV OTP_SOURCE_SHA256="6bab92d1a1b20cc319cd845c23db3611cc99f8c99a610d117578262e3c108af3 "
28
+ ENV OTP_SOURCE_SHA256="ed3c25742a2b76407dbb83d40cb95211caad5ab0969681f585a674e2e54840ac "
29
29
30
30
# Install dependencies required to build Erlang/OTP from source
31
31
# http://erlang.org/doc/installation_guide/INSTALL.html
@@ -180,7 +180,7 @@ RUN set -eux; \
180
180
ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
181
181
182
182
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
183
- ENV RABBITMQ_VERSION 3.8.5 -rc.2
183
+ ENV RABBITMQ_VERSION 3.8.6 -rc.1
184
184
# https://www.rabbitmq.com/signatures.html#importing-gpg
185
185
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
186
186
ENV RABBITMQ_HOME=/opt/rabbitmq
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ ENV OPENSSL_SOURCE_SHA256="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af24
25
25
ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D"
26
26
27
27
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
28
- ENV OTP_VERSION 23.0.2
28
+ ENV OTP_VERSION 23.0.3
29
29
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
30
30
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
31
- ENV OTP_SOURCE_SHA256="6bab92d1a1b20cc319cd845c23db3611cc99f8c99a610d117578262e3c108af3 "
31
+ ENV OTP_SOURCE_SHA256="ed3c25742a2b76407dbb83d40cb95211caad5ab0969681f585a674e2e54840ac "
32
32
33
33
# Install dependencies required to build Erlang/OTP from source
34
34
# http://erlang.org/doc/installation_guide/INSTALL.html
@@ -191,7 +191,7 @@ RUN set -eux; \
191
191
ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
192
192
193
193
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
194
- ENV RABBITMQ_VERSION 3.8.5 -rc.2
194
+ ENV RABBITMQ_VERSION 3.8.6 -rc.1
195
195
# https://www.rabbitmq.com/signatures.html#importing-gpg
196
196
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
197
197
ENV RABBITMQ_HOME=/opt/rabbitmq
You can’t perform that action at this time.
0 commit comments