Skip to content

Commit b934953

Browse files
chore(deps): update redis docker tag to v8.4.0 (#349)
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | redis | 8.2.3 | 8.4.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 2504a4a commit b934953

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/docker-compose-aspnetcore/docker-compose.oats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- redis
2323
- mssql
2424
redis:
25-
image: redis:8.2.3@sha256:66e31e0cae26a8d291c9a4991eec0a12af4ec2185d01fdaabbed027472f1f42b
25+
image: redis:8.4.0@sha256:43355efd22490e31ca14b9d569367d05121e2be61fd8e47937563ae2a80952ae
2626
ports:
2727
- "6379:6379"
2828
healthcheck:

docker/docker-compose-aspnetcore/docker-compose.self-contained.oats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- redis
2424
- mssql
2525
redis:
26-
image: redis:8.2.3@sha256:66e31e0cae26a8d291c9a4991eec0a12af4ec2185d01fdaabbed027472f1f42b
26+
image: redis:8.4.0@sha256:43355efd22490e31ca14b9d569367d05121e2be61fd8e47937563ae2a80952ae
2727
ports:
2828
- "6379:6379"
2929
healthcheck:

docker/docker-compose-aspnetcore/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- OTEL_BSP_SCHEDULE_DELAY=5000
2121
- OTEL_METRIC_EXPORT_INTERVAL=5000
2222
redis:
23-
image: redis:8.2.3@sha256:66e31e0cae26a8d291c9a4991eec0a12af4ec2185d01fdaabbed027472f1f42b
23+
image: redis:8.4.0@sha256:43355efd22490e31ca14b9d569367d05121e2be61fd8e47937563ae2a80952ae
2424
ports:
2525
- "6379:6379"
2626
mssql:

0 commit comments

Comments
 (0)