From 4426ba1cb7844fe12370ab0f901ab2d782d7f22d Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Apr 2026 09:45:00 +0200 Subject: [PATCH] feat: set alpine update and reboot to sundays --- templates/cron/alpine-root.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cron/alpine-root.j2 b/templates/cron/alpine-root.j2 index 03c60bb..9ae5d2b 100644 --- a/templates/cron/alpine-root.j2 +++ b/templates/cron/alpine-root.j2 @@ -15,4 +15,4 @@ {% endif %} # update packages between 3:15-3:30 am -15 3 * * * sleep $(($RANDOM % 900)) && apk -U upgrade >/dev/null 2>&1 && apk clean cache && reboot -d 60 +15 3 * * 0 sleep $(($RANDOM % 900)) && apk -U upgrade >/dev/null 2>&1 && apk clean cache && reboot -d 60