Update 3.11 to 3.11.15
This commit is contained in:
parent
49dac61352
commit
e667276a6f
|
|
@ -211,7 +211,7 @@ RUN set -eux; \
|
|||
tzdata
|
||||
|
||||
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
|
||||
ENV RABBITMQ_VERSION 3.11.14
|
||||
ENV RABBITMQ_VERSION 3.11.15
|
||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
|
||||
ENV RABBITMQ_HOME=/opt/rabbitmq
|
||||
|
|
|
|||
|
|
@ -193,7 +193,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.11.14
|
||||
ENV RABBITMQ_VERSION 3.11.15
|
||||
# https://www.rabbitmq.com/signatures.html#importing-gpg
|
||||
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
|
||||
ENV RABBITMQ_HOME=/opt/rabbitmq
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"sha256": "1d5e4b97a7cfa0afa8787ae60a66426806f55897085dde1fd553ac2db39a6082",
|
||||
"version": "25.3.1"
|
||||
},
|
||||
"version": "3.11.14"
|
||||
"version": "3.11.15"
|
||||
},
|
||||
"3.11-rc": null,
|
||||
"3.12-rc": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue