We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94de3d0 commit 1a37166Copy full SHA for 1a37166
3.7/debian/Dockerfile
@@ -95,9 +95,9 @@ ENV PATH /usr/lib/rabbitmq/bin:$PATH
95
# gpg: key 6026DFCA: public key "RabbitMQ Release Signing Key <[email protected]>" imported
96
ENV RABBITMQ_GPG_KEY 0A9AF2115F4687BD29803A206B73A36E6026DFCA
97
98
-ENV RABBITMQ_VERSION 3.7.3
99
-ENV RABBITMQ_GITHUB_TAG v3.7.3
100
-ENV RABBITMQ_DEBIAN_VERSION 3.7.3-1
+ENV RABBITMQ_VERSION 3.7.4
+ENV RABBITMQ_GITHUB_TAG v3.7.4
+ENV RABBITMQ_DEBIAN_VERSION 3.7.4-1
101
102
RUN set -eux; \
103
\
0 commit comments