From d51ce44f0e02bda8e27126de6320db6202580b71 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Oct 2024 00:17:57 +0000 Subject: [PATCH] Update python Docker tag to v3.12.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ed42be..eaf085f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/python:3.12.6-slim-bullseye +FROM amd64/python:3.12.7-slim-bullseye RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/* WORKDIR ./ ARG PUID=1000