From 28e3cde152370bcc5b38e82beb0345299f8c511d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:27:34 +0200 Subject: [PATCH] feat(deps): Bump Python version in docker image from 3.11.5 to v3.12.0 (#597) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MaxymVlasov --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00ae5df..165a30f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TAG=3.11.5-alpine3.17@sha256:3b844d1ff63a69d5b634e389b207270c84f6f7a014ec09ae00364b2c03069e20 +ARG TAG=3.12.0-alpine3.17@sha256:fc34b07ec97a4f288bc17083d288374a803dd59800399c76b977016c9fe5b8f2 FROM python:${TAG} as builder ARG TARGETOS ARG TARGETARCH @@ -198,7 +198,7 @@ COPY --from=builder \ /usr/local/bin/checkov* \ /usr/bin/ # Copy pre-commit packages -COPY --from=builder /usr/local/lib/python3.11/site-packages/ /usr/local/lib/python3.11/site-packages/ +COPY --from=builder /usr/local/lib/python3.12/site-packages/ /usr/local/lib/python3.12/site-packages/ # Copy terrascan policies COPY --from=builder /root/ /root/