⬆️ Update python Docker tag to v3.13
All checks were successful
ci / docker (pull_request) Successful in 44s

This commit is contained in:
Renovate 2024-10-08 01:09:41 +00:00
parent 284f5d9592
commit 116448cc95

View File

@ -1,5 +1,5 @@
# For more information, please refer to https://aka.ms/vscode-docker-python # 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 # Keeps Python from generating .pyc files in the container
ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONDONTWRITEBYTECODE=1