Skip to content

Commit

Permalink
Update python Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent 284f782 commit 35074e9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion aws/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"

ARG HELM_DIFF_VERSION
Expand Down
2 changes: 1 addition & 1 deletion azure/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7-slim-bullseye as base
FROM python:3.13.1-slim-bullseye as base

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion cloudsploit/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"

FROM base as base-amd64
Expand Down
2 changes: 1 addition & 1 deletion dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platformsh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.5-slim-bullseye as base
FROM python:3.13.1-slim-bullseye as base
LABEL maintainer="[email protected]"

ARG PLATFORM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion python/3.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/3.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/3.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/3.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.8-slim-bullseye
FROM python:3.13.1-slim-bullseye

ARG TARGETARCH
ARG POETRY_VERSION
Expand Down

0 comments on commit 35074e9

Please sign in to comment.