From 19cde27b0ec583f621ba3b0af4428da5b6066bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:54:44 +0000 Subject: [PATCH] chore(deps): bump python in /platformsh Bumps python from 3.12.7-slim-bullseye to 3.13.0-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platformsh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformsh/Dockerfile b/platformsh/Dockerfile index 37b7529be..f17f3534e 100644 --- a/platformsh/Dockerfile +++ b/platformsh/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="opensource@ekino.com" ARG PLATFORM_VERSION