From 4d7a91801b314ebde2f46e9ac2e8f86a70f2dfd8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 2 Nov 2023 21:23:08 +0000 Subject: [PATCH] :arrow_up: Update python Docker tag to v3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45dd6c1..a2ada6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For more information, please refer to https://aka.ms/vscode-docker-python -FROM python:3.10-slim +FROM python:3.12-slim # Keeps Python from generating .pyc files in the container ENV PYTHONDONTWRITEBYTECODE=1 -- 2.39.5