Skip to content

Commit

Permalink
update redis to 6.2 in docker-compose
Browse files Browse the repository at this point in the history
codecov/worker#707 uses an lpop argument that requires Redis 6.2
  • Loading branch information
matt-codecov authored Oct 16, 2024
1 parent 17b0ede commit a28d739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
- timescale

redis:
image: redis:6-alpine
image: redis:6.2-alpine
volumes:
- redis-volume:/data
networks:
Expand Down

0 comments on commit a28d739

Please sign in to comment.