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