Skip to content

Commit

Permalink
chore(deps): update bitnami/redis docker tag to v7.4.2 (#1623)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent aa9cac3 commit 439754d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot-ultimate-redis/docker/docker-compose-sentinel.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
services:
redis-master:
container_name: redis-master
image: 'bitnami/redis:7.4.1'
image: 'bitnami/redis:7.4.2'
environment:
- REDIS_REPLICATION_MODE=master
- REDIS_PASSWORD=redispassword
ports:
- "6379:6379"
redis-slave:
container_name: slave-redis
image: 'bitnami/redis:7.4.1'
image: 'bitnami/redis:7.4.2'
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis-master
Expand Down

0 comments on commit 439754d

Please sign in to comment.