From 24d4291197c1990effbc23e88386d0747f2a8888 Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Tue, 30 Jan 2024 09:22:05 +0100 Subject: [PATCH] Update DOCKERFILE --- WebGui/DOCKERFILE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebGui/DOCKERFILE b/WebGui/DOCKERFILE index 1c44a71..bf4207f 100644 --- a/WebGui/DOCKERFILE +++ b/WebGui/DOCKERFILE @@ -1,5 +1,5 @@ # Use the official Python image as a base image -FROM python:3.8-slim +FROM python:3.11-slim # Set the working directory in the container WORKDIR /app