From 773da1f5d02b763d013b7949c691e897e1f769c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:38:32 +0000 Subject: [PATCH] Update python Docker tag to v3.12.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cf56f0..bd22c27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim as build +FROM python:3.12.3-slim as build ENV PIP_DEFAULT_TIMEOUT=100 \ PYTHONUNBUFFERED=1 \