Update 4.1-rc to 4.1.0-beta.4

This commit is contained in:
Docker Library Bot 2025-02-10 10:05:30 -08:00
parent 50712c727b
commit d0eb7432aa
3 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@ RUN set -eux; \
tzdata
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
ENV RABBITMQ_VERSION 4.1.0-beta.3
ENV RABBITMQ_VERSION 4.1.0-beta.4
# https://www.rabbitmq.com/signatures.html#importing-gpg
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
ENV RABBITMQ_HOME /opt/rabbitmq

View File

@ -229,7 +229,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.1.0-beta.3
ENV RABBITMQ_VERSION 4.1.0-beta.4
# https://www.rabbitmq.com/signatures.html#importing-gpg
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
ENV RABBITMQ_HOME /opt/rabbitmq

View File

@ -50,6 +50,6 @@
"ubuntu": {
"version": "24.04"
},
"version": "4.1.0-beta.3"
"version": "4.1.0-beta.4"
}
}