From 8ef6dcf6c0f9e7ca92b89acade1ab8887dd6defa Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Tue, 6 Feb 2024 09:51:04 +0100 Subject: [PATCH] update docker file --- DataScraper/DOCKERFILE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataScraper/DOCKERFILE b/DataScraper/DOCKERFILE index 446f4a1..e49d9c6 100644 --- a/DataScraper/DOCKERFILE +++ b/DataScraper/DOCKERFILE @@ -1,5 +1,5 @@ # Use the official Python image as a base image -FROM python:3.11-pt bullseye +FROM python:3.11-bullseye # Set the working directory in the container WORKDIR /app