Skip to content

Commit

Permalink
feat(deps): Bump Python version in docker image from 3.11.5 to v3.12.0 (
Browse files Browse the repository at this point in the history
#597)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MaxymVlasov <MaxymVlasov@users.noreply.github.com>
  • Loading branch information
renovate[bot] and MaxymVlasov committed Dec 12, 2023
1 parent e753066 commit 28e3cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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/

Expand Down

0 comments on commit 28e3cde

Please sign in to comment.