chore(deps): replace redis docker tag with docker.io/library/redis alpine
This commit is contained in:
committed by
GitHub
parent
b60da57597
commit
7463234ccb
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user