Switch base to alpine
Some checks failed
Build Docker Image / build (push) Failing after 15s

This commit is contained in:
2025-11-27 06:48:57 -06:00
parent d2212366f9
commit 7f7d671fb1

View File

@@ -1,4 +1,4 @@
FROM python:bookworm as base FROM python:alpine as base
RUN apt-get update && apt-get install cron -y RUN apt-get update && apt-get install cron -y