diff --git a/auth-state.Dockerfile b/auth-state.Dockerfile index e776b53cd..a819f138f 100644 --- a/auth-state.Dockerfile +++ b/auth-state.Dockerfile @@ -1,3 +1,3 @@ -FROM redis:alpine +FROM redis:7.4.0-alpine3.20 USER 999