Skip to content

Commit 6a54894

Browse files
Update python Docker tag to v3.12.1
1 parent 81149e7 commit 6a54894

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-
FROM python:3.11.4-alpine3.18 AS compile-image
1+
FROM python:3.12.1-alpine3.18 AS compile-image
22
ARG TERRAFORM_VERSION="0.12.6"
33
ARG AZURE_CLI_VERSION="2.0.67"
44

@@ -23,7 +23,7 @@ RUN bash build_scripts/build_package.sh
2323
RUN apk del --purge build
2424

2525

26-
FROM python:3.11.4-alpine3.18
26+
FROM python:3.12.1-alpine3.18
2727
ARG TERRAFORM_VERSION="0.12.6"
2828
ARG VAULT_VERSION="1.1.3"
2929
ARG KUBECTL_VERSION="v1.17.0"

0 commit comments

Comments
 (0)