Skip to content

Commit 28e3cde

Browse files
feat(deps): Bump Python version in docker image from 3.11.5 to v3.12.0 (antonbabenko#597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MaxymVlasov <[email protected]>
1 parent e753066 commit 28e3cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG TAG=3.11.5-alpine3.17@sha256:3b844d1ff63a69d5b634e389b207270c84f6f7a014ec09ae00364b2c03069e20
1+
ARG TAG=3.12.0-alpine3.17@sha256:fc34b07ec97a4f288bc17083d288374a803dd59800399c76b977016c9fe5b8f2
22
FROM python:${TAG} as builder
33
ARG TARGETOS
44
ARG TARGETARCH
@@ -198,7 +198,7 @@ COPY --from=builder \
198198
/usr/local/bin/checkov* \
199199
/usr/bin/
200200
# Copy pre-commit packages
201-
COPY --from=builder /usr/local/lib/python3.11/site-packages/ /usr/local/lib/python3.11/site-packages/
201+
COPY --from=builder /usr/local/lib/python3.12/site-packages/ /usr/local/lib/python3.12/site-packages/
202202
# Copy terrascan policies
203203
COPY --from=builder /root/ /root/
204204

0 commit comments

Comments
 (0)