From dbf0e5004f04055fcbf67b55dc7b7a31bb34784b Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Oct 30 2024 14:22:13 +0000 Subject: F41: update current_stable to 41 in sync script Signed-off-by: Paul Whalen --- diff --git a/sync-bootc-base-containers.sh b/sync-bootc-base-containers.sh index 8e44ace..6554595 100755 --- a/sync-bootc-base-containers.sh +++ b/sync-bootc-base-containers.sh @@ -47,9 +47,9 @@ arch_to_goarch() { # This is the release of Fedora that is currently stable, it will define if we # need to move the fedora:latest tag -current_stable="40" +current_stable="41" # Define the development release -current_devel="41" +#current_devel="41" # Define what is rawhide so we know to push that tag current_rawhide="42" # Sanity checking