Skip to content

Commit f265b46

Browse files
chore(deps): update redis docker tag to v8
1 parent 6fac716 commit f265b46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- 5432:5432
2424

2525
redis:
26-
image: redis:7.4.5
26+
image: redis:8.0.3
2727
ports:
2828
- 6379:6379
2929

docker-compose.services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
redis:
2626
profiles:
2727
- backend
28-
image: redis:7.4.5
28+
image: redis:8.0.3
2929
healthcheck:
3030
test: ["CMD", "redis-cli", "ping", "|", "grep", "PONG"]
3131
interval: 3s

0 commit comments

Comments
 (0)