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