From aad29cda2c3f3bd75d835159f52d21744fbc34d5 Mon Sep 17 00:00:00 2001 From: alstr Date: Mon, 16 Sep 2024 15:02:26 +0100 Subject: [PATCH] Update Debian version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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