From 5bd078a088c55ec7325a85ae07c707f84138ae4b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Feb 2024 00:08:13 +0000 Subject: [PATCH] Update python Docker tag to v3.12.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d54d7e..a5af269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/python:3.12.1-slim-bullseye +FROM amd64/python:3.12.2-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