diff --git a/Dockerfile b/Dockerfile index 3bcfdde..0897921 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN pip install --target=/app requests RUN pip install --target=/app -U pip setuptools wheel RUN pip install --target=/app ruamel.yaml -FROM gcr.io/distroless/python3-debian10 +FROM gcr.io/distroless/python3-debian12 COPY --from=builder /app /app WORKDIR /app ENV PYTHONPATH /app