Skip to content

Commit 7d33fe5

Browse files
chore(deps): bump redis from 8.6.3 to 8.6.3 in /docker/development-easy-redis in the redis group across 1 directory (openemr#12075)
Bumps the redis group with 1 update in the /docker/development-easy-redis directory: redis. Updates `redis` from 8.6.3 to 8.6.3 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2271c03 commit 7d33fe5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docker/development-easy-redis/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
redis-master:
3-
image: redis:8.6.3@sha256:25dbb04fc4d6d190eda327dab551631500b0f9ac8f9808e8e63b7fda1ddff196
3+
image: redis:8.6.3@sha256:7ead790779268b02e27bf6897003c1b9bc60a6bf2a97a40aa2029755465e7b6a
44
container_name: redis-master
55
command:
66
- redis-server
@@ -24,7 +24,7 @@ services:
2424
timeout: 3s
2525
retries: 5
2626
redis-replica-1:
27-
image: redis:8.6.3@sha256:25dbb04fc4d6d190eda327dab551631500b0f9ac8f9808e8e63b7fda1ddff196
27+
image: redis:8.6.3@sha256:7ead790779268b02e27bf6897003c1b9bc60a6bf2a97a40aa2029755465e7b6a
2828
container_name: redis-replica-1
2929
command:
3030
- redis-server
@@ -44,7 +44,7 @@ services:
4444
- --replica-announce-ip
4545
- redis-replica-1
4646
redis-replica-2:
47-
image: redis:8.6.3@sha256:25dbb04fc4d6d190eda327dab551631500b0f9ac8f9808e8e63b7fda1ddff196
47+
image: redis:8.6.3@sha256:7ead790779268b02e27bf6897003c1b9bc60a6bf2a97a40aa2029755465e7b6a
4848
container_name: redis-replica-2
4949
command:
5050
- redis-server
@@ -64,7 +64,7 @@ services:
6464
- --replica-announce-ip
6565
- redis-replica-2
6666
sentinel-1:
67-
image: redis:8.6.3@sha256:25dbb04fc4d6d190eda327dab551631500b0f9ac8f9808e8e63b7fda1ddff196
67+
image: redis:8.6.3@sha256:7ead790779268b02e27bf6897003c1b9bc60a6bf2a97a40aa2029755465e7b6a
6868
container_name: sentinel-1
6969
entrypoint: ["/bin/sh", "-c"]
7070
command:
@@ -84,7 +84,7 @@ services:
8484
redis-master:
8585
condition: service_healthy
8686
sentinel-2:
87-
image: redis:8.6.3@sha256:25dbb04fc4d6d190eda327dab551631500b0f9ac8f9808e8e63b7fda1ddff196
87+
image: redis:8.6.3@sha256:7ead790779268b02e27bf6897003c1b9bc60a6bf2a97a40aa2029755465e7b6a
8888
container_name: sentinel-2
8989
entrypoint: ["/bin/sh", "-c"]
9090
command:

0 commit comments

Comments
 (0)