Merge pull request #3564 from nextcloud/dependabot/docker/Containers/redis/redis-7.2.2-alpine

This commit is contained in:
Simon L 2023-10-19 15:23:37 +02:00 committed by GitHub
commit 378ec28f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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