From ba490f10e75e4271677f32e676b60bc37b439879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:50:07 +0300 Subject: [PATCH] build(deps): bump python from 3.12.6-slim to 3.12.7-slim (#143) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08b49c7..91610e4 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 ENV MPLCONFIGDIR /tmp RUN pip install --upgrade wheel pip