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 80f900f commit 52714c8Copy full SHA for 52714c8
3.7-rc/alpine/Dockerfile
@@ -36,8 +36,8 @@ ENV PATH $RABBITMQ_HOME/sbin:$PATH
36
# gpg: key 6026DFCA: public key "RabbitMQ Release Signing Key <[email protected]>" imported
37
ENV RABBITMQ_GPG_KEY 0A9AF2115F4687BD29803A206B73A36E6026DFCA
38
39
-ENV RABBITMQ_VERSION 3.7.6-rc.2
40
-ENV RABBITMQ_GITHUB_TAG v3.7.6-rc.2
+ENV RABBITMQ_VERSION 3.7.7-rc.2
+ENV RABBITMQ_GITHUB_TAG v3.7.7-rc.2
41
42
RUN set -ex; \
43
\
0 commit comments