Skip to content

Commit 6a4d6f6

Browse files
chore(deps): update redis docker tag to v8.2.3
1 parent 47675dd commit 6a4d6f6

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:8.2.2
26+
image: redis:8.2.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
@@ -30,7 +30,7 @@ services:
3030
redis:
3131
profiles:
3232
- backend
33-
image: redis:8.2.2
33+
image: redis:8.2.3
3434
healthcheck:
3535
test: ["CMD", "redis-cli", "ping", "|", "grep", "PONG"]
3636
interval: 3s

0 commit comments

Comments
 (0)