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