From b80839e4488de02f73cb904dc164b7de9eac931a Mon Sep 17 00:00:00 2001 From: christian Date: Sat, 1 Jun 2024 17:58:02 +0200 Subject: [PATCH] slim buster with cron --- scrapers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers/Dockerfile b/scrapers/Dockerfile index e970416..b34c94d 100644 --- a/scrapers/Dockerfile +++ b/scrapers/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.9-slim +FROM python:3.9-slim-buster # Set the working directory inside the container WORKDIR /app