Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 39cd876

Browse files
author
Julien Neuhart
authored
updating RabbitMQ version (3.6 -> 3.6.10) (#20)
1 parent eb719fb commit 39cd876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/docker-compose.blueprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ services:
137137

138138

139139
rabbitmq:
140-
image: rabbitmq:3.6-management-alpine
140+
image: rabbitmq:3.6.10-management-alpine
141141
container_name: {{ .EnvFiles.Kickoff.ENV }}-{{ .Values.Kickoff.project.name }}-rabbitmq
142142
restart: {{ if ne "local" .EnvFiles.Kickoff.ENV }}unless-stopped{{ else }}"no"{{ end }}
143143
hostname: rabbitmq

0 commit comments

Comments
 (0)