Merge pull request #7066 from nextcloud/enh/noid/update-redis

update redis to v8.x
This commit is contained in:
Simon L. 2025-11-04 13:43:03 +01:00 committed by GitHub
commit 8627dbf3a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# From https://github.com/docker-library/redis/blob/master/7.2/alpine/Dockerfile
FROM redis:7.2.12-alpine
# From https://github.com/redis/docker-library-redis/blob/release/8.2/alpine/Dockerfile
FROM redis:8.2.3-alpine
COPY --chmod=775 start.sh /start.sh