diff --git a/Dockerfile b/Dockerfile index d59dd7ff..26e0c1e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG POWERAPI_COMPONENTS="everything" ARG POWERAPI_VERSION="" # ---- Base stage (common setup): -FROM python:3-slim@sha256:7a500125bc50693f2214e842a621440a1b1b9cbb2188f74ab045d29ed2ea5856 AS base +FROM python:3-slim@sha256:a7185a8e40af01bf891414a4df16ef10fc6000cee460a404a13da9029fe41604 AS base RUN useradd -m -s /bin/bash powerapi WORKDIR /home/powerapi