Updated the Dockerfile

This commit is contained in:
Tiago Ribeiro
2023-06-21 23:57:03 +01:00
parent cbde2c0cb7
commit fa16cad3ca
2 changed files with 11 additions and 1 deletions

View File

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