From cb6499d78fa909567e72a2860b537577a611ae2a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 8 Oct 2024 00:32:57 +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..3c18395 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bullseye as base +FROM python:3.13.0-slim-bullseye as base LABEL maintainer="Frank Pavageau " ARG HELM_DIFF_VERSION diff --git a/azure/Dockerfile b/azure/Dockerfile index ecdc2c0..75198ad 100644 --- a/azure/Dockerfile +++ b/azure/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bullseye as base +FROM python:3.13.0-slim-bullseye as base LABEL maintainer="security@khulnasoft.com" diff --git a/cloudsploit/Dockerfile b/cloudsploit/Dockerfile index f109f07..24c6bba 100644 --- a/cloudsploit/Dockerfile +++ b/cloudsploit/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-slim-bullseye as base +FROM python:3.13.0-slim-bullseye as base LABEL maintainer="Axel Pavageau " FROM base as base-amd64 diff --git a/dind/Dockerfile b/dind/Dockerfile index a22e751..e6f0d03 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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb 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..2203167 100644 --- a/platformsh/Dockerfile +++ b/platformsh/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim-bullseye as base +FROM python:3.13.0-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..0c49a3c 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.13.0-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.11/Dockerfile b/python/3.11/Dockerfile index 825a391..0c49a3c 100644 --- a/python/3.11/Dockerfile +++ b/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.10-slim-bullseye AS base +FROM python:3.13.0-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.12/Dockerfile b/python/3.12/Dockerfile index 3c8ef8a..0c49a3c 100644 --- a/python/3.12/Dockerfile +++ b/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bullseye AS base +FROM python:3.13.0-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index de91a8f..1f5ecae 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.0-slim-bullseye AS base ARG TARGETARCH ARG POETRY_VERSION diff --git a/python/3.9/Dockerfile b/python/3.9/Dockerfile index 41185ba..231df32 100644 --- a/python/3.9/Dockerfile +++ b/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bullseye +FROM python:3.13.0-slim-bullseye ARG TARGETARCH ARG POETRY_VERSION