Update 4.0 to 4.0.7, otp 27.2.4
This commit is contained in:
parent
0493ba78b1
commit
96a3b27b6e
|
|
@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="712590fd20aaa60ec75d778fe5b810d6b829ca7fb1e530577917a
|
|||
# https://www.openssl.org/source/
|
||||
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
|
||||
|
||||
ENV OTP_VERSION 27.2.2
|
||||
ENV OTP_VERSION 27.2.4
|
||||
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
|
||||
# https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
||||
ENV OTP_SOURCE_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29"
|
||||
ENV OTP_SOURCE_SHA256="2b98483f73570203015c1d1f87f29c2d0208a8fc7220af2225cf1eb3dfd508f6"
|
||||
|
||||
# install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
|
||||
ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
|
||||
|
|
@ -249,7 +249,7 @@ RUN set -eux; \
|
|||
tzdata
|
||||
|
||||
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
|
||||
ENV RABBITMQ_VERSION 4.0.6
|
||||
ENV RABBITMQ_VERSION 4.0.7
|
||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
||||
ENV RABBITMQ_HOME /opt/rabbitmq
|
||||
|
|
|
|||
|
|
@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="712590fd20aaa60ec75d778fe5b810d6b829ca7fb1e530577917a
|
|||
# https://www.openssl.org/source/
|
||||
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
|
||||
|
||||
ENV OTP_VERSION 27.2.2
|
||||
ENV OTP_VERSION 27.2.4
|
||||
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
|
||||
# https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
||||
ENV OTP_SOURCE_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29"
|
||||
ENV OTP_SOURCE_SHA256="2b98483f73570203015c1d1f87f29c2d0208a8fc7220af2225cf1eb3dfd508f6"
|
||||
|
||||
# install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
|
||||
ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
|
||||
|
|
@ -229,7 +229,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 4.0.6
|
||||
ENV RABBITMQ_VERSION 4.0.7
|
||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
||||
ENV RABBITMQ_HOME /opt/rabbitmq
|
||||
|
|
|
|||
|
|
@ -26,13 +26,13 @@
|
|||
"version": "3.3.3"
|
||||
},
|
||||
"otp": {
|
||||
"sha256": "4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29",
|
||||
"version": "27.2.2"
|
||||
"sha256": "2b98483f73570203015c1d1f87f29c2d0208a8fc7220af2225cf1eb3dfd508f6",
|
||||
"version": "27.2.4"
|
||||
},
|
||||
"ubuntu": {
|
||||
"version": "24.04"
|
||||
},
|
||||
"version": "4.0.6"
|
||||
"version": "4.0.7"
|
||||
},
|
||||
"4.0-rc": null,
|
||||
"4.1-rc": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue