⬆️ Update python Docker tag to v3.13 #60

Merged
sebclem merged 1 commits from renovate/python-3.x into main 2024-10-15 11:07:37 +02:00
Showing only changes of commit 116448cc95 - Show all commits

View File

@ -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