Skip to content

Commit

Permalink
Merge pull request #285 from morning-night-guild/renovate/redis-7.x
Browse files Browse the repository at this point in the history
Update redis Docker tag to v7.0.12
  • Loading branch information
takokun778 authored Jul 14, 2023
2 parents f6a4785 + 0a400e3 commit 82bec1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
redis:
container_name: ${APP_NAME}-redis
image: redis:7.0.11-alpine
image: redis:7.0.12-alpine
ports:
- ${REDIS_PORT}:6379
restart: always
Expand Down Expand Up @@ -117,7 +117,7 @@ services:
# for integration test
redis-test:
container_name: ${APP_NAME}-redis-test
image: redis:7.0.11-alpine
image: redis:7.0.12-alpine
ports:
- ${TEST_REDIS_PORT}:6379
restart: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
options: >-
--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
redis:
image: redis:7.0.11
image: redis:7.0.12
ports:
- 6379:6379
options: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
options: >-
--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
redis:
image: redis:7.0.11
image: redis:7.0.12
ports:
- 6379:6379
options: >-
Expand Down

0 comments on commit 82bec1c

Please sign in to comment.