File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docker/docker-compose-aspnetcore Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 - redis
2323 - mssql
2424 redis :
25- image : redis:8.2@sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915
25+ image : redis:8.2.3 @sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915
2626 ports :
2727 - " 6379:6379"
2828 healthcheck :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
2323 - redis
2424 - mssql
2525 redis :
26- image : redis:8.2@sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915
26+ image : redis:8.2.3 @sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915
2727 ports :
2828 - " 6379:6379"
2929 healthcheck :
Original file line number Diff line number Diff 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:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915
23+ image : redis:8.2.3 @sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915
2424 ports :
2525 - " 6379:6379"
2626 mssql :
You can’t perform that action at this time.
0 commit comments