From 303acaa6914f92c946c59de6bf0d03b174a1f351 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:42:41 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02f9fd3..6e5d55c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim as build +FROM python:3.13.1-slim as build ENV PIP_DEFAULT_TIMEOUT=100 \ PYTHONUNBUFFERED=1 \