From 2239b25f57d6c5d0f3b41ec74e571eb9d3247041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 13:20:05 +0000 Subject: [PATCH] Bump python from 3.11-slim-bookworm to 3.12-slim-bookworm Bumps python from 3.11-slim-bookworm to 3.12-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 3db1257..83039dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bookworm +FROM python:3.12-slim-bookworm COPY requirements.txt /tmp RUN pip3 install --no-cache-dir -r /tmp/requirements.txt