forked from Syncano/rabbitmq_exporter
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rabbitmq docker tag to v3.13.7
- Loading branch information
1 parent
4dcae04
commit f28a189
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM rabbitmq:3.13.6-management-alpine | ||
FROM rabbitmq:3.13.7-management-alpine | ||
Check notice Code scanning / Security Audit for Infrastructure Ensure that HEALTHCHECK instructions have been added to container images. Note test
Ensure that HEALTHCHECK instructions have been added to container images.
Check notice Code scanning / Security Audit for Infrastructure Ensure that a user for the container has been created. Note test
Ensure that a user for the container has been created.
|
||
RUN rabbitmq-plugins enable --offline rabbitmq_shovel rabbitmq_shovel_management |