We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e753066 commit 28e3cdeCopy full SHA for 28e3cde
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG TAG=3.11.5-alpine3.17@sha256:3b844d1ff63a69d5b634e389b207270c84f6f7a014ec09ae00364b2c03069e20
+ARG TAG=3.12.0-alpine3.17@sha256:fc34b07ec97a4f288bc17083d288374a803dd59800399c76b977016c9fe5b8f2
2
FROM python:${TAG} as builder
3
ARG TARGETOS
4
ARG TARGETARCH
@@ -198,7 +198,7 @@ COPY --from=builder \
198
/usr/local/bin/checkov* \
199
/usr/bin/
200
# Copy pre-commit packages
201
-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/
202
# Copy terrascan policies
203
COPY --from=builder /root/ /root/
204
0 commit comments