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
commit 9bc465bd0a
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/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