From 7c3db7416fb7cb4b698a5a9849ae8e12afc2f006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=8A?= Date: Mon, 28 Apr 2025 16:03:12 +0000 Subject: [PATCH] fix: update Dockerfile to use latest base image --- Getting Started/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting Started/Dockerfile b/Getting Started/Dockerfile index a2eb5340..9b342e54 100644 --- a/Getting Started/Dockerfile +++ b/Getting Started/Dockerfile @@ -6,7 +6,7 @@ # ===================================================================== # 1. Use official Python 3.11 image (builder stage) -FROM python:3.11-slim AS builder +FROM python:3.12 # 2. Set environment variables for Python ENV PYTHONDONTWRITEBYTECODE=1 \