⬆️ Update python Docker tag to v3.12 #2

Merged
sebclem merged 1 commits from renovate/python-3.x into main 2023-11-02 22:25:05 +01:00

View File

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