Update 3.13 to 3.13.7
This commit is contained in:
parent
9a8315311e
commit
4fe4142e5f
|
|
@ -250,7 +250,7 @@ RUN set -eux; \
|
|||
tzdata
|
||||
|
||||
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
|
||||
ENV RABBITMQ_VERSION 3.13.6
|
||||
ENV RABBITMQ_VERSION 3.13.7
|
||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
||||
ENV RABBITMQ_HOME /opt/rabbitmq
|
||||
|
|
|
|||
|
|
@ -237,7 +237,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 3.13.6
|
||||
ENV RABBITMQ_VERSION 3.13.7
|
||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
|
||||
ENV RABBITMQ_HOME /opt/rabbitmq
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"ubuntu": {
|
||||
"version": "24.04"
|
||||
},
|
||||
"version": "3.13.6"
|
||||
"version": "3.13.7"
|
||||
},
|
||||
"3.13-rc": null,
|
||||
"4.0": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue