Merge pull request #1585 from nextcloud/enh/1396/update-redis

update redis to v7
This commit is contained in:
Simon L
2023-01-15 17:57:09 +01:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# From https://github.com/docker-library/redis/blob/master/6.2/alpine/Dockerfile
FROM redis:6.2.8-alpine
# From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile
FROM redis:7.0.7-alpine
RUN apk add --update --no-cache openssl bash