We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f445fdb commit aad29cdCopy full SHA for aad29cd
Dockerfile
@@ -6,7 +6,7 @@ RUN pip install --target=/app requests
6
RUN pip install --target=/app -U pip setuptools wheel
7
RUN pip install --target=/app ruamel.yaml
8
9
-FROM gcr.io/distroless/python3-debian10
+FROM gcr.io/distroless/python3-debian12
10
COPY --from=builder /app /app
11
WORKDIR /app
12
ENV PYTHONPATH /app
0 commit comments