diff --git a/scrapers/Dockerfile b/scrapers/Dockerfile index 3160ace..c38f725 100644 --- a/scrapers/Dockerfile +++ b/scrapers/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:bookworm-slim +FROM python:slim # Set the working directory in the container WORKDIR /app