diff --git a/fotograf-de-scraper/backend/Dockerfile b/fotograf-de-scraper/backend/Dockerfile index fd5af3824..eeda8e713 100644 --- a/fotograf-de-scraper/backend/Dockerfile +++ b/fotograf-de-scraper/backend/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11-slim-buster +FROM python:3.11-slim-bookworm # Set the working directory in the container WORKDIR /app