diff --git a/cloudsploit/Dockerfile b/cloudsploit/Dockerfile index f109f07..9ebd013 100644 --- a/cloudsploit/Dockerfile +++ b/cloudsploit/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-slim-bullseye as base +FROM python:3.12.5-slim-bullseye as base LABEL maintainer="Axel Pavageau " FROM base as base-amd64 diff --git a/dind/Dockerfile b/dind/Dockerfile index a22e751..c2cfa83 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:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de 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..905b623 100644 --- a/platformsh/Dockerfile +++ b/platformsh/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim-bullseye as base +FROM python:3.12.5-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..b89c33b 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.5-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.11/Dockerfile b/python/3.11/Dockerfile index 36f121e..b89c33b 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.5-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index 1d5df92..c906d89 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.5-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION