We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3923e1a + a9de0c2 commit 9e13174Copy full SHA for 9e13174
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:584e89d31009a79ae4d9e3ab2fba078524a6c0921cb2711d05e8bb5f628fc9b9 AS base
+FROM python:3-slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca AS base
8
9
RUN useradd -m -s /bin/bash powerapi
10
WORKDIR /home/powerapi
0 commit comments