Skip to content

Commit d2cba52

Browse files
chore(deps): update redis:8.2 docker digest to db6aadd (#258)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c370e4b commit d2cba52

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@sha256:1e172ed5124d3977fd1f598f3233d61ddb704389e519e41ba777544907ae2e93
25+
image: redis:8.2@sha256:db6aadd9303d9389a1d66c50fcf118535f901e6749d6d4697a606efc018d25da
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@sha256:1e172ed5124d3977fd1f598f3233d61ddb704389e519e41ba777544907ae2e93
26+
image: redis:8.2@sha256:db6aadd9303d9389a1d66c50fcf118535f901e6749d6d4697a606efc018d25da
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@sha256:1e172ed5124d3977fd1f598f3233d61ddb704389e519e41ba777544907ae2e93
23+
image: redis:8.2@sha256:db6aadd9303d9389a1d66c50fcf118535f901e6749d6d4697a606efc018d25da
2424
ports:
2525
- "6379:6379"
2626
mssql:

0 commit comments

Comments
 (0)