From 35074e9ea8ee31eeafb9e25ac3d109c16832e409 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 9 Jan 2025 11:00:37 +0000 Subject: [PATCH] Update python Docker tag --- aws/Dockerfile | 2 +- azure/Dockerfile | 2 +- cloudsploit/Dockerfile | 2 +- dind/Dockerfile | 2 +- platformsh/Dockerfile | 2 +- python/3.10/Dockerfile | 2 +- python/3.11/Dockerfile | 2 +- python/3.12/Dockerfile | 2 +- python/3.8/Dockerfile | 2 +- python/3.9/Dockerfile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) 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..970db15 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:b6f01a01e34091438a29b6dda4664199e34731fb2581ebb6fe255a2ebf441099 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