diff --git a/Dockerfile b/Dockerfile index 602a5598..a3a38096 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:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc AS base +FROM python:3-slim@sha256:d97b595c5f4ac718102e5a5a91adaf04b22e852961a698411637c718d45867c8 AS base RUN useradd -m -s /bin/bash powerapi WORKDIR /home/powerapi