Skip to content

Commit

Permalink
Update python Docker tag to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent bb69c0e commit 117cdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.4-alpine3.18 AS compile-image
FROM python:3.12.0-alpine3.18 AS compile-image
ARG TERRAFORM_VERSION="0.12.6"
ARG AZURE_CLI_VERSION="2.0.67"

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


FROM python:3.11.4-alpine3.18
FROM python:3.12.0-alpine3.18
ARG TERRAFORM_VERSION="0.12.6"
ARG VAULT_VERSION="1.1.3"
ARG KUBECTL_VERSION="v1.17.0"
Expand Down

0 comments on commit 117cdcf

Please sign in to comment.