diff --git a/images/bootstrap/Dockerfile b/images/bootstrap/Dockerfile index e972bb3..2f20d41 100644 --- a/images/bootstrap/Dockerfile +++ b/images/bootstrap/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/library/python:3.13.11-alpine3.23@sha256:2f607129b1b915a949320bf0c4831a73d1c1b1be663c2b1d8c93aa35a5f44a95 +FROM registry.hub.docker.com/library/python:3.14.3-alpine3.23@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510 # TODO renovate ENV CLUSTERCTL_VERSION=1.9.1 diff --git a/images/helm/Dockerfile b/images/helm/Dockerfile index b365732..7557209 100644 --- a/images/helm/Dockerfile +++ b/images/helm/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/library/python:3.13.11-alpine3.23@sha256:2f607129b1b915a949320bf0c4831a73d1c1b1be663c2b1d8c93aa35a5f44a95 +FROM registry.hub.docker.com/library/python:3.14.3-alpine3.23@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510 RUN mkdir /build diff --git a/images/pre-commit/Dockerfile b/images/pre-commit/Dockerfile index 3f65846..77c2b86 100644 --- a/images/pre-commit/Dockerfile +++ b/images/pre-commit/Dockerfile @@ -1,5 +1,5 @@ # https://gitlab.com/to-be-continuous/pre-commit#building-your-own-pre-commit-image-1 -FROM registry.hub.docker.com/library/python:3.13.11-alpine3.23@sha256:2f607129b1b915a949320bf0c4831a73d1c1b1be663c2b1d8c93aa35a5f44a95 +FROM registry.hub.docker.com/library/python:3.14.3-alpine3.23@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510 # TODO renovate ENV PACKER_VERSION=1.11.2 diff --git a/images/s3-bucket-manager/Dockerfile b/images/s3-bucket-manager/Dockerfile index cc3aa81..63300df 100644 --- a/images/s3-bucket-manager/Dockerfile +++ b/images/s3-bucket-manager/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/library/python:3.13.11-alpine3.23@sha256:2f607129b1b915a949320bf0c4831a73d1c1b1be663c2b1d8c93aa35a5f44a95 +FROM registry.hub.docker.com/library/python:3.14.3-alpine3.23@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510 RUN pip install --no-cache-dir \ boto3==1.38.0