From cc5bfdaea67c0dc3740044b2e64c278190f4d3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:15:18 +0000 Subject: [PATCH] Bump python from 3.12-slim-bookworm to 3.13-slim-bookworm Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d10f3d..262a3bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm COPY requirements.txt /tmp RUN apt-get update && apt-get install curl -y RUN pip3 install --no-cache-dir -r /tmp/requirements.txt