diff --git a/aws/Dockerfile b/aws/Dockerfile index 384fc14..9573e3e 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bullseye as base +FROM python:3.12.6-slim-bullseye as base LABEL maintainer="Frank Pavageau " ARG HELM_DIFF_VERSION diff --git a/azure/Dockerfile b/azure/Dockerfile index cdb7028..957c6bd 100644 --- a/azure/Dockerfile +++ b/azure/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bullseye as base +FROM python:3.12.6-slim-bullseye as base LABEL maintainer="security@khulnasoft.com" diff --git a/cloudsploit/Dockerfile b/cloudsploit/Dockerfile index f109f07..2076361 100644 --- a/cloudsploit/Dockerfile +++ b/cloudsploit/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-slim-bullseye as base +FROM python:3.12.6-slim-bullseye as base LABEL maintainer="Axel Pavageau " FROM base as base-amd64 diff --git a/dind/Dockerfile b/dind/Dockerfile index a22e751..2820c43 100644 --- a/dind/Dockerfile +++ b/dind/Dockerfile @@ -26,7 +26,7 @@ RUN echo "Install AWS & Azure CLIs" && \ rm -f awscliv2.zip && rm -rf aws && \ echo "Done installing AWS & Azure CLIs" -FROM python:3.11-alpine@sha256:4e8e9a59bf1b3ca8e030244bc5f801f23e41e37971907371da21191312087a07 AS aws-builder +FROM python:3.12-alpine@sha256:bb5d0ac04679d78a1258e7dfacdb4d9bdefe9a10480eaf9b4bb09445d076369f AS aws-builder ARG AWSCLI_VERSION=2.11.18 RUN apk add --no-cache curl make cmake gcc g++ libc-dev libffi-dev openssl-dev && \ pip3 install --no-cache --upgrade pip setuptools wheel diff --git a/platformsh/Dockerfile b/platformsh/Dockerfile index 04143a1..f873db3 100644 --- a/platformsh/Dockerfile +++ b/platformsh/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim-bullseye as base +FROM python:3.12.6-slim-bullseye as base LABEL maintainer="security@khulnasoft.com" ARG PLATFORM_VERSION diff --git a/python/3.10/Dockerfile b/python/3.10/Dockerfile index a5572f1..0d31a29 100644 --- a/python/3.10/Dockerfile +++ b/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.14-slim-bullseye AS base +FROM python:3.12.6-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.11/Dockerfile b/python/3.11/Dockerfile index 36f121e..0d31a29 100644 --- a/python/3.11/Dockerfile +++ b/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.9-slim-bullseye AS base +FROM python:3.12.6-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.12/Dockerfile b/python/3.12/Dockerfile index b89c33b..0d31a29 100644 --- a/python/3.12/Dockerfile +++ b/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bullseye AS base +FROM python:3.12.6-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index 1d5df92..1a54401 100644 --- a/python/3.8/Dockerfile +++ b/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.19-slim-bullseye AS base +FROM python:3.12.6-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.9/Dockerfile b/python/3.9/Dockerfile index 099a71b..4b06f4b 100644 --- a/python/3.9/Dockerfile +++ b/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bullseye +FROM python:3.12.6-slim-bullseye ARG TARGETARCH ARG POETRY_VERSION