From dbce17d0fae2478ad44f1746a394a93f58049cf6 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Wed, 21 Jun 2023 10:32:58 +0100 Subject: [PATCH] Updated the docker version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2e161d..15b2e04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the official lightweight Python image. # 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 ENV PYTHONUNBUFFERED True