diff --git a/6.2/alpine/Dockerfile b/6.2/alpine/Dockerfile index 4a22193b4..0ca38df1f 100644 --- a/6.2/alpine/Dockerfile +++ b/6.2/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis