diff --git a/DataScraper/DOCKERFILE b/DataScraper/DOCKERFILE index 7139ffe..3e7dfbd 100644 --- a/DataScraper/DOCKERFILE +++ b/DataScraper/DOCKERFILE @@ -1,5 +1,5 @@ # Use the official Python image as a base image -FROM python:3.11-slim-bullseye +FROM python:3.11-bullseye # Set the working directory in the container WORKDIR /app diff --git a/WebGui/DOCKERFILE b/WebGui/DOCKERFILE index e4d1136..6f8012a 100644 --- a/WebGui/DOCKERFILE +++ b/WebGui/DOCKERFILE @@ -1,5 +1,5 @@ # Use the official Python image as a base image -FROM python:3.11-slim-bullseye +FROM python:3.11-bullseye # Set the working directory in the container WORKDIR /app