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

Commit 4133308

Browse files
author
Julien Neuhart
authored
updating Redis version (3.2 -> 3.2.10) (#21)
1 parent 39cd876 commit 4133308

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
@@ -120,7 +120,7 @@ services:
120120
{{ end }}
121121

122122
redis:
123-
image: redis:3.2-alpine
123+
image: redis:3.2.10-alpine
124124
container_name: {{ .EnvFiles.Kickoff.ENV }}-{{ .Values.Kickoff.project.name }}-redis
125125
restart: {{ if ne "local" .EnvFiles.Kickoff.ENV }}unless-stopped{{ else }}"no"{{ end }}
126126
command: redis-server --requirepass {{ .EnvFiles.Kickoff.REDIS_PASSWORD }}

0 commit comments

Comments
 (0)