mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-23 21:36:19 +08:00
Merge pull request #1585 from nextcloud/enh/1396/update-redis
update redis to v7
This commit is contained in:
commit
9bc465bd0a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue