fix redis build

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-02-12 14:24:11 +01:00
parent 7756826eb3
commit b0e570176b

View file

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