We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27b074a + b17e8fd commit bdc09eeCopy full SHA for bdc09ee
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:b823ded4377ebb5ff1af5926702df2284e53cecbc6e3549e93a19d8632a1897e AS base
+FROM python:3-slim@sha256:fd2aff39e5a3ed23098108786a9966fb036fdeeedd487d5360e466bb2a84377b AS base
8
9
RUN useradd -m -s /bin/bash powerapi
10
WORKDIR /home/powerapi
0 commit comments