Update 4.1 to 4.1.4
This commit is contained in:
parent
9fec503f1e
commit
017aeffeb7
|
|
@ -250,7 +250,7 @@ RUN set -eux; \
|
||||||
tzdata
|
tzdata
|
||||||
|
|
||||||
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
|
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
|
||||||
ENV RABBITMQ_VERSION 4.1.3
|
ENV RABBITMQ_VERSION 4.1.4
|
||||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||||
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
||||||
ENV RABBITMQ_HOME /opt/rabbitmq
|
ENV RABBITMQ_HOME /opt/rabbitmq
|
||||||
|
|
|
||||||
|
|
@ -230,7 +230,7 @@ RUN set -eux; \
|
||||||
ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
|
ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
|
||||||
|
|
||||||
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
|
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
|
||||||
ENV RABBITMQ_VERSION 4.1.3
|
ENV RABBITMQ_VERSION 4.1.4
|
||||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||||
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
||||||
ENV RABBITMQ_HOME /opt/rabbitmq
|
ENV RABBITMQ_HOME /opt/rabbitmq
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"ubuntu": {
|
"ubuntu": {
|
||||||
"version": "24.04"
|
"version": "24.04"
|
||||||
},
|
},
|
||||||
"version": "4.1.3"
|
"version": "4.1.4"
|
||||||
},
|
},
|
||||||
"4.1-rc": null,
|
"4.1-rc": null,
|
||||||
"4.2": null,
|
"4.2": null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue