We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22f1765 + 74b204a commit 7d98374Copy full SHA for 7d98374
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ ARG POWERAPI_COMPONENTS="everything"
4
ARG POWERAPI_VERSION=""
5
6
# ---- Base stage (common setup):
7
-FROM python:3-slim@sha256:3989a23fd2c28a34c7be819e488b958a10601d421ac25bea1e7a5d757365e2d5 AS base
+FROM python:3-slim@sha256:5b3879b6f3cb77e712644d50262d05a7c146b7312d784a18eff7ff5462e77033 AS base
8
9
RUN useradd -m -s /bin/bash powerapi
10
WORKDIR /home/powerapi
0 commit comments