diff --git a/Containers/redis/Dockerfile b/Containers/redis/Dockerfile index 523d50f2..a8a7cfe1 100644 --- a/Containers/redis/Dockerfile +++ b/Containers/redis/Dockerfile @@ -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