From 7f7d671fb18a2b94ecce22cb7a38500b0641313b Mon Sep 17 00:00:00 2001 From: phantom Date: Thu, 27 Nov 2025 06:48:57 -0600 Subject: [PATCH] Switch base to alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index affc361..b431138 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:bookworm as base +FROM python:alpine as base RUN apt-get update && apt-get install cron -y