diff --git a/scrapers/Dockerfile b/scrapers/Dockerfile index e970416..b34c94d 100644 --- a/scrapers/Dockerfile +++ b/scrapers/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.9-slim +FROM python:3.9-slim-buster # Set the working directory inside the container WORKDIR /app