From 2e2cf020b48117ddf2dc9d758e4c9af7e86a97ec Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 15 Nov 2022 13:32:48 -0600 Subject: [PATCH] Move fedora/latest alias to fedora/37 Fedora 37 was officially released today[1]. Fedora 35 will go EOL next month. [1]: https://ask.fedoraproject.org/t/fedora-37-released-fedora-35-reaches-end-of-life-in-december-22/28538 --- contrib/crontab | 2 +- images/fedora/latest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/crontab b/contrib/crontab index a1f5108..99b1a29 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -8,7 +8,7 @@ 0 23 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" guix # Weekly refreshes - 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/37 + 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/36 30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.05 0 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/old 30 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/stable diff --git a/images/fedora/latest b/images/fedora/latest index dce6588..7c09198 120000 --- a/images/fedora/latest +++ b/images/fedora/latest @@ -1 +1 @@ -36 \ No newline at end of file +37 \ No newline at end of file -- 2.38.5