Update 4.0 to 4.0.3
This commit is contained in:
parent
20cfa9c4fe
commit
fbd52bb7e9
|
|
@ -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.2
|
||||
ENV RABBITMQ_VERSION 4.0.3
|
||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
||||
ENV RABBITMQ_HOME /opt/rabbitmq
|
||||
|
|
|
|||
|
|
@ -236,7 +236,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.2
|
||||
ENV RABBITMQ_VERSION 4.0.3
|
||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
||||
ENV RABBITMQ_HOME /opt/rabbitmq
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"ubuntu": {
|
||||
"version": "24.04"
|
||||
},
|
||||
"version": "4.0.2"
|
||||
"version": "4.0.3"
|
||||
},
|
||||
"4.0-rc": null
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue