Merge pull request #187 from cbcoutinho/renovate/redis-replacement

chore(deps): replace redis docker tag with docker.io/library/redis alpine
This commit is contained in:
Chris Coutinho
2025-10-04 14:50:51 +02:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ services:
# Note: Redis is an external service. You can find more information about the configuration here:
# https://hub.docker.com/_/redis
redis:
image: redis:alpine@sha256:987c376c727652f99625c7d205a1cba3cb2c53b92b0b62aade2bd48ee1593232
image: docker.io/library/redis:alpine@sha256:1c78f5e7512cc8b22b0edc95c20e7abd9e1fd832e5dfd5c3c6b59ce82fb238d0
restart: always
app: