Skip to content

Commit

Permalink
Update to modern Redis for the docker images (#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored and arikfr committed Apr 1, 2019
1 parent 1333aae commit 6f9aee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
QUEUES: "queries"
WORKERS_COUNT: 2
redis:
image: redis:3.0-alpine
image: redis:5.0-alpine
restart: always
postgres:
image: postgres:9.5-alpine
Expand Down

0 comments on commit 6f9aee4

Please sign in to comment.