diff --git a/aws/Dockerfile b/aws/Dockerfile index 9322f3c..5d5f525 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bullseye as base +FROM python:3.13.1-slim-bullseye as base LABEL maintainer="Frank Pavageau " ARG HELM_DIFF_VERSION diff --git a/azure/Dockerfile b/azure/Dockerfile index ecdc2c0..4563686 100644 --- a/azure/Dockerfile +++ b/azure/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bullseye as base +FROM python:3.13.1-slim-bullseye as base LABEL maintainer="security@khulnasoft.com" diff --git a/cloudsploit/Dockerfile b/cloudsploit/Dockerfile index f109f07..f8da72e 100644 --- a/cloudsploit/Dockerfile +++ b/cloudsploit/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-slim-bullseye as base +FROM python:3.13.1-slim-bullseye as base LABEL maintainer="Axel Pavageau " FROM base as base-amd64 diff --git a/dind/Dockerfile b/dind/Dockerfile index a22e751..94d1efa 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.13-alpine@sha256:40241d5dec48a0bc7a070e2244309fb409cd25509c56fef871494a9bbc57d51e 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..d988a44 100644 --- a/platformsh/Dockerfile +++ b/platformsh/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim-bullseye as base +FROM python:3.13.1-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 e925cec..31e6f57 100644 --- a/python/3.10/Dockerfile +++ b/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.16-slim-bullseye AS base +FROM python:3.13.1-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.11/Dockerfile b/python/3.11/Dockerfile index 34a9e3a..31e6f57 100644 --- a/python/3.11/Dockerfile +++ b/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.11-slim-bullseye AS base +FROM python:3.13.1-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.12/Dockerfile b/python/3.12/Dockerfile index 0f46d78..31e6f57 100644 --- a/python/3.12/Dockerfile +++ b/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.8-slim-bullseye AS base +FROM python:3.13.1-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index de91a8f..b7d68cc 100644 --- a/python/3.8/Dockerfile +++ b/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.20-slim-bullseye AS base +FROM python:3.13.1-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.9/Dockerfile b/python/3.9/Dockerfile index 0927364..4547dc2 100644 --- a/python/3.9/Dockerfile +++ b/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.8-slim-bullseye +FROM python:3.13.1-slim-bullseye ARG TARGETARCH ARG POETRY_VERSION