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