From cce7126ae136acabf88362bc4606f1946b82b7b7 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 25 Jan 2025 11:17:14 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Updated=20python=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-base b/Dockerfile-base index 3f2efc8..c9ff022 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -1,5 +1,5 @@ # Use a specific version of the base Python image -ARG PYTHON_VERSION=3.12.3-slim-bullseye +ARG PYTHON_VERSION=3.13.1-slim-bullseye FROM python:${PYTHON_VERSION} AS python