Update redis Docker tag to v7.2.6

This commit is contained in:
renovate[bot] 2024-10-07 22:26:31 +00:00 committed by GitHub
parent 28e116485d
commit cabd4f713d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ networks:
services: services:
redis: redis:
image: redis:7.2.5-alpine image: redis:7.2.6-alpine
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"