From caa912fa730d0c4d4e3d6e36201717de52ba513a Mon Sep 17 00:00:00 2001 From: ChrQR Date: Thu, 30 May 2024 01:04:29 +0200 Subject: [PATCH] bookworm-slim --- scrapers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers/Dockerfile b/scrapers/Dockerfile index 6cb2a4a..3160ace 100644 --- a/scrapers/Dockerfile +++ b/scrapers/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:bookworm +FROM python:bookworm-slim # Set the working directory in the container WORKDIR /app