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

Commit 9e1197f

Browse files
author
Julien Neuhart
authored
Versions update (#32)
* updating Mongo version (3.4.6 -> 3.4.7) + RabbitMQ version (3.6.10 -> 3.6.11)
1 parent 824ee0b commit 9e1197f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.docker/docker-compose-graylog.blueprint.yml

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

66

77
graylog-mongo:
8-
image: mongo:3.4.6
8+
image: mongo:3.4.7
99
container_name: {{ .EnvFiles.Kickoff.ENV }}-{{ .Values.Kickoff.project.name }}-graylog-mongo
1010
restart: {{ if ne "local" .EnvFiles.Kickoff.ENV }}unless-stopped{{ else }}"no"{{ end }}
1111
networks:

.docker/docker-compose.blueprint.yml

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

140140

141141
rabbitmq:
142-
image: rabbitmq:3.6.10-management-alpine
142+
image: rabbitmq:3.6.11-management-alpine
143143
container_name: {{ .EnvFiles.Kickoff.ENV }}-{{ .Values.Kickoff.project.name }}-rabbitmq
144144
restart: {{ if ne "local" .EnvFiles.Kickoff.ENV }}unless-stopped{{ else }}"no"{{ end }}
145145
hostname: rabbitmq

0 commit comments

Comments
 (0)