Skip to content

Commit fc2ec93

Browse files
authored
Merge pull request #102 from zakariaf/renovate/redis-7.x
chore(deps): update redis docker tag to v7.2.3
2 parents 24833f3 + 2c4e0a3 commit fc2ec93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test:
6666
stage: test
6767
services:
6868
- postgres:15.5-alpine
69-
- redis:7.0.11-alpine
69+
- redis:7.2.3-alpine
7070
variables:
7171
RAILS_ENV: test
7272
NODE_ENV: test

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
limits:
3838
cpus: "${DOCKER_REDIS_CPUS:-0}"
3939
memory: "${DOCKER_REDIS_MEMORY:-0}"
40-
image: "redis:7.0.11-alpine"
40+
image: "redis:7.2.3-alpine"
4141
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
4242
stop_grace_period: "3s"
4343
volumes:

0 commit comments

Comments
 (0)