Skip to content

Commit f1992f8

Browse files
chore(deps): update bitnami/redis-sentinel docker tag to v8.0.2 (#1878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 505bb9a commit f1992f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boot-ultimate-redis/docker/docker-compose-sentinel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
depends_on:
2121
- redis-master
2222
redis-sentinel-1:
23-
image: 'bitnami/redis-sentinel:8.0.1'
23+
image: 'bitnami/redis-sentinel:8.0.2'
2424
container_name: sentinel-1
2525
environment:
2626
- REDIS_MASTER_SET=mymaster
@@ -33,7 +33,7 @@ services:
3333
ports:
3434
- "26379:26379"
3535
redis-sentinel-2:
36-
image: 'bitnami/redis-sentinel:8.0.1'
36+
image: 'bitnami/redis-sentinel:8.0.2'
3737
container_name: sentinel-2
3838
environment:
3939
- REDIS_MASTER_SET=mymaster
@@ -46,7 +46,7 @@ services:
4646
ports:
4747
- "26380:26379"
4848
redis-sentinel-3:
49-
image: 'bitnami/redis-sentinel:8.0.1'
49+
image: 'bitnami/redis-sentinel:8.0.2'
5050
container_name: sentinel-3
5151
environment:
5252
- REDIS_MASTER_SET=mymaster

0 commit comments

Comments
 (0)