Merge pull request #4031 from nextcloud/dependabot/docker/Containers/redis/redis-7.2.4-alpine

Bump redis from 7.2.3-alpine to 7.2.4-alpine in /Containers/redis
This commit is contained in:
Simon L 2024-01-17 09:41:30 +01:00 committed by GitHub
commit 205d1f0e26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile # From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile
FROM redis:7.2.3-alpine FROM redis:7.2.4-alpine
COPY --chmod=775 start.sh /start.sh COPY --chmod=775 start.sh /start.sh