From 7e49c1a40858310f7b954f626c0649054612cafa Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Tue, 30 Jan 2024 09:38:53 +0100 Subject: [PATCH] change python image --- DataScraper/DOCKERFILE | 2 +- WebGui/DOCKERFILE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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