chore(deps): update redis:7.2.4 docker digest to 5799ed6 (#729)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | redis | digest | `247eb51` -> `5799ed6` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE2Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: #729 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
parent
f9c351a34f
commit
cd603b54f3
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ services:
|
||||||
|
|
||||||
######## Redis ########
|
######## Redis ########
|
||||||
nextcloud-redis:
|
nextcloud-redis:
|
||||||
image: "redis:7.2.4@sha256:247eb5195017046ac6b95f7e4f7b3cda156296f2048ad5354f63f8dbd74ed15b"
|
image: "redis:7.2.4@sha256:5799ed6f60e1a501204a51e3b1b95b1648fe570562b883b69234f11e9816994b"
|
||||||
container_name: nextcloud-redis
|
container_name: nextcloud-redis
|
||||||
hostname: nextcloud-redis
|
hostname: nextcloud-redis
|
||||||
networks:
|
networks:
|
||||||
|
|
|
@ -56,7 +56,7 @@ services:
|
||||||
# docker pull registry.mgrote.net/myfirstimage
|
# docker pull registry.mgrote.net/myfirstimage
|
||||||
|
|
||||||
oci-registry-redis:
|
oci-registry-redis:
|
||||||
image: "redis:7.2.4@sha256:247eb5195017046ac6b95f7e4f7b3cda156296f2048ad5354f63f8dbd74ed15b"
|
image: "redis:7.2.4@sha256:5799ed6f60e1a501204a51e3b1b95b1648fe570562b883b69234f11e9816994b"
|
||||||
container_name: oci-registry-redis
|
container_name: oci-registry-redis
|
||||||
networks:
|
networks:
|
||||||
- intern
|
- intern
|
||||||
|
|
Loading…
Reference in a new issue