From 116448cc954576be8316ac6fc90ff8308ee52089 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 8 Oct 2024 01:09:41 +0000 Subject: [PATCH] :arrow_up: Update python Docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 997e2f7..2852509 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For more information, please refer to https://aka.ms/vscode-docker-python -FROM python:3.12-alpine +FROM python:3.13-alpine # Keeps Python from generating .pyc files in the container ENV PYTHONDONTWRITEBYTECODE=1 -- 2.39.5