diff --git a/Dockerfile b/Dockerfile index 6cc2c53dedbf..e247bbcd775f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,11 +64,8 @@ RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \ FROM --platform=$TARGETPLATFORM node:${NODE_VERSION}-slim AS runner -ARG UID_H -ARG GID_H - -ARG UID=${UID_H} -ARG GID=${GID_H} +ARG UID="991" +ARG GID="991" RUN apt-get update \ && apt-get install -y --no-install-recommends \