From 15e34c14a767a3c61d83927c2b88a2fc2d860213 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Thu, 30 May 2024 01:02:03 +0200 Subject: [PATCH] -> bookworm --- scrapers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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