We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24833f3 + 2c4e0a3 commit fc2ec93Copy full SHA for fc2ec93
.gitlab-ci.yml
@@ -66,7 +66,7 @@ test:
66
stage: test
67
services:
68
- postgres:15.5-alpine
69
- - redis:7.0.11-alpine
+ - redis:7.2.3-alpine
70
variables:
71
RAILS_ENV: test
72
NODE_ENV: test
docker-compose.yml
@@ -37,7 +37,7 @@ services:
37
limits:
38
cpus: "${DOCKER_REDIS_CPUS:-0}"
39
memory: "${DOCKER_REDIS_MEMORY:-0}"
40
- image: "redis:7.0.11-alpine"
+ image: "redis:7.2.3-alpine"
41
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
42
stop_grace_period: "3s"
43
volumes:
0 commit comments