Compare commits

..

2 Commits

Author SHA1 Message Date
69f55616e2 Merge pull request '⬆️ Update python Docker tag to v3.12' (#2) from renovate/python-3.x into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #2
2023-11-02 22:25:03 +01:00
Renovate
4d7a91801b ⬆️ Update python Docker tag to v3.12
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-02 21:23:08 +00: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