From 40e927c5b49fbe161f90d29c4939fef3872b208b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 06:58:30 +0000 Subject: [PATCH] build(deps): bump python in /shared/python Bumps python from 3.11.5-slim-bookworm@sha256:edaf703dce209d774af3ff768fc92b1e3b60261e7602126276f9ceb0e3a96874 to sha256:9819e5616923079cc16af4a93d4be92c0c487c6e02fd9027220381f3e125d64a. --- updated-dependencies: - dependency-name: python dependency-version: sha256:9819e5616923079cc16af4a93d4be92c0c487c6e02fd9027220381f3e125d64a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shared/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/python/Dockerfile b/shared/python/Dockerfile index 98e74a28..7f100f70 100644 --- a/shared/python/Dockerfile +++ b/shared/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim-bookworm@sha256:edaf703dce209d774af3ff768fc92b1e3b60261e7602126276f9ceb0e3a96874 AS python-base +FROM python:3.13.3-slim-bookworm@sha256:21e39cf1815802d4c6f89a0d3a166cc67ce58f95b6d1639e68a394c99310d2e5 AS python-base RUN rm -f /etc/apt/apt.conf.d/docker-clean \ && echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | tee /etc/apt/apt.conf.d/keep-cache ARG PYTHON_REQUIREMENTS_FILE=aiohttp/requirements.txt