Skip to content

Commit 8afb3c6

Browse files
Update redis Docker tag to v7
1 parent 06af7bb commit 8afb3c6

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
@@ -71,7 +71,7 @@ services:
7171
command: ['postgres', '-c', 'max_connections=$POSTGRES_MAX_CONNECTIONS', '-c', 'shared_buffers=$POSTGRES_SHARED_BUFFERS', '-c', 'work_mem=$POSTGRES_WORK_MEM']
7272

7373
redis:
74-
image: redis:5.0.4-alpine
74+
image: redis:7.4.1-alpine
7575
env_file: .env
7676
ports: ['127.0.0.1:8903:6379']
7777

0 commit comments

Comments
 (0)