diff --git a/Dockerfile b/Dockerfile index f53eed32..c2b8c51c 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:63a4c7f612a00f92042cbdcc7cdc6a306f38485af0a200b9c89de7d9b1607d15 AS base +FROM python:3-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 AS base RUN useradd -m -s /bin/bash powerapi WORKDIR /home/powerapi