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 Aug 13, 2024
1 parent 58e9d68 commit a760ca5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.12.5-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.12-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de 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.12.5-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.14-slim-bullseye AS base
FROM python:3.12.5-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.9-slim-bullseye AS base
FROM python:3.12.5-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.19-slim-bullseye AS base
FROM python:3.12.5-slim-bullseye AS base

ARG TARGETARCH
ARG POETRY_VERSION
Expand Down

0 comments on commit a760ca5

Please sign in to comment.