Skip to content

Commit

Permalink
Merge pull request #102 from zakariaf/renovate/redis-7.x
Browse files Browse the repository at this point in the history
chore(deps): update redis docker tag to v7.2.3
  • Loading branch information
zakariaf authored Nov 20, 2023
2 parents 24833f3 + 2c4e0a3 commit fc2ec93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test:
stage: test
services:
- postgres:15.5-alpine
- redis:7.0.11-alpine
- redis:7.2.3-alpine
variables:
RAILS_ENV: test
NODE_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
limits:
cpus: "${DOCKER_REDIS_CPUS:-0}"
memory: "${DOCKER_REDIS_MEMORY:-0}"
image: "redis:7.0.11-alpine"
image: "redis:7.2.3-alpine"
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
stop_grace_period: "3s"
volumes:
Expand Down

0 comments on commit fc2ec93

Please sign in to comment.