From 82c74b0e3cae31806cfd4d6669836166356fa331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:56:30 +0200 Subject: [PATCH] Bump python from 3.12.3-slim to 3.12.4-slim (#92) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e607e7e..754cb82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.12.3-slim +FROM docker.io/python:3.12.4-slim WORKDIR /build COPY . .