chore(deps): update redis docker tag to v7.4.0
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-playbook unknown status
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-playbook unknown status
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-playbook unknown status
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-playbook unknown status
This commit is contained in:
parent
a13c11970b
commit
47a71e9d5b
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ services:
|
|||
healthcheck: {}
|
||||
|
||||
grampsweb_redis:
|
||||
image: redis:7.2.5-alpine
|
||||
image: redis:7.4.0-alpine
|
||||
container_name: grampsweb_redis
|
||||
restart: always
|
||||
healthcheck:
|
||||
|
|
|
@ -39,7 +39,7 @@ services:
|
|||
|
||||
######## Redis ########
|
||||
nextcloud-redis:
|
||||
image: "redis:7.2.5"
|
||||
image: "redis:7.4.0"
|
||||
container_name: nextcloud-redis
|
||||
hostname: nextcloud-redis
|
||||
networks:
|
||||
|
|
|
@ -52,7 +52,7 @@ services:
|
|||
# docker pull registry.mgrote.net/myfirstimage
|
||||
|
||||
oci-registry-redis:
|
||||
image: "redis:7.2.5"
|
||||
image: "redis:7.4.0"
|
||||
container_name: oci-registry-redis
|
||||
networks:
|
||||
- intern
|
||||
|
|
Loading…
Reference in a new issue