mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
update redis to v7
Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
3eb2b164e1
commit
1e6e01b8a5
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 https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile
|
||||||
FROM redis:6.2.8-alpine
|
FROM redis:7.0.7-alpine
|
||||||
|
|
||||||
RUN apk add --update --no-cache openssl bash
|
RUN apk add --update --no-cache openssl bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue