Skip to content

Commit bf44036

Browse files
chore(deps): update redis docker tag to v7.4.5 (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56d3178 commit bf44036

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
@@ -24,7 +24,7 @@ jobs:
2424
- 5433:5433
2525

2626
redis:
27-
image: redis:7.4.4
27+
image: redis:7.4.5
2828
ports:
2929
- 6379:6379
3030

docker-compose.services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- ./config/postgres:/docker-entrypoint-initdb.d
2929

3030
redis:
31-
image: redis:7.4.4
31+
image: redis:7.4.5
3232
healthcheck:
3333
test: ["CMD", "redis-cli", "ping", "|", "grep", "PONG"]
3434
interval: 3s

0 commit comments

Comments
 (0)