From 87179b67ac941bd424ed15bc21e72efb79585760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:49:36 +0300 Subject: [PATCH] build(deps): bump python from 3.12.6-slim to 3.12.7-slim (#114) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55fbc0c..f1cd071 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.12.6-slim +FROM docker.io/python:3.12.7-slim WORKDIR /build COPY . .