Skip to content

Commit 2c2c4d8

Browse files
authored
Merge pull request #129 from janog-netcon/renovate/redis-7.x
Update redis Docker tag to v7
2 parents e00d22a + 8afb3c6 commit 2c2c4d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- image: circleci/postgres:11.3-alpine-postgis-ram
3232

3333
# circleci/redisにしても早くならなかった
34-
- image: redis:5.0.4-alpine
34+
- image: redis:7.4.1-alpine
3535

3636
steps:
3737
# コンテナ内のworking_directoryに対象のブランチをコピーする

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
command: ['postgres', '-c', 'max_connections=$POSTGRES_MAX_CONNECTIONS', '-c', 'shared_buffers=$POSTGRES_SHARED_BUFFERS', '-c', 'work_mem=$POSTGRES_WORK_MEM']
7070

7171
redis:
72-
image: redis:5.0.4-alpine
72+
image: redis:7.4.1-alpine
7373
env_file: .env
7474
ports: ['127.0.0.1:8903:6379']
7575

0 commit comments

Comments
 (0)