Skip to content

Commit

Permalink
chore(docker-compose): bump redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
hdahlheim committed May 17, 2024
1 parent 43f2e86 commit 68e7734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- elastic

redis:
image: redis:4.0.14-alpine
image: redis:6.2-alpine
ports:
- 6379:6379

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- elastic

redis:
image: redis:4.0.14-alpine
image: redis:6.2-alpine
ports:
- 6379:6379
volumes:
Expand Down

0 comments on commit 68e7734

Please sign in to comment.