Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python Docker tag #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:f9d772b2b40910ee8de2ac2b15ff740b5f26b37fc811f6ada28fce71a2542b0e 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