From b6900b6418f6d466613526287219caab3c039ca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:01:00 +0000 Subject: [PATCH] feat(Dependencies): Update python Docker tag to v3.12.2 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.0 | 3.12.2 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 282d13d..11a2366 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0 +FROM python:3.12.2 RUN echo "deb https://deb.debian.org/debian/ stable main" > /etc/apt/sources.list RUN apt-get update -y \ && apt-get install -y build-essential \