Updated Docker's Python version

This commit is contained in:
Tiago Ribeiro
2023-06-21 09:30:28 +01:00
parent 552c8b79ab
commit aba3b28fc1

View File

@@ -1,7 +1,7 @@
# Use the official lightweight Python image. # Use the official lightweight Python image.
# https://hub.docker.com/_/python # https://hub.docker.com/_/python
FROM python:3.11-slim FROM python:3.10-slim-bullseye
# Allow statements and log messages to immediately appear in the logs # Allow statements and log messages to immediately appear in the logs
ENV PYTHONUNBUFFERED True ENV PYTHONUNBUFFERED True