Update 3.12 to 3.12.4

This commit is contained in:
Docker Library Bot 2023-08-24 16:29:02 -07:00
parent d4af4139f9
commit f241a0e95e
3 changed files with 3 additions and 3 deletions

View File

@ -230,7 +230,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 3.12.3 ENV RABBITMQ_VERSION 3.12.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

View File

@ -211,7 +211,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 3.12.3 ENV RABBITMQ_VERSION 3.12.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

View File

@ -50,7 +50,7 @@
"ubuntu": { "ubuntu": {
"version": "22.04" "version": "22.04"
}, },
"version": "3.12.3" "version": "3.12.4"
}, },
"3.12-rc": null, "3.12-rc": null,
"3.13-rc": { "3.13-rc": {