diff --git a/Dockerfile b/Dockerfile index 1fddd9b44e..8d48b0c835 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # base # ------------------------------------------------------------------------------ -FROM ruby:3.3.3-alpine AS base +FROM ruby:3.3.4-alpine AS base RUN addgroup -S appgroup && adduser -S appuser -G appgroup