Compare commits

...

2 Commits

Author SHA1 Message Date
2570abf2ad Merge pull request '⬆️ Update python Docker tag to v3.13' (#60) from renovate/python-3.x into main
All checks were successful
ci / docker (push) Successful in 26s
Reviewed-on: #60
2024-10-15 11:07:36 +02:00
116448cc95 ⬆️ Update python Docker tag to v3.13
All checks were successful
ci / docker (pull_request) Successful in 44s
2024-10-08 01:09:41 +00:00

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