Updated the docker version

This commit is contained in:
Tiago Ribeiro
2023-06-21 10:32:58 +01:00
parent aba3b28fc1
commit dbce17d0fa

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.10-slim-bullseye FROM python:3.9-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