From 697a12fb07bc2afbd3a1c057f65e41e1cf6ebf24 Mon Sep 17 00:00:00 2001 From: Leo Carter Date: Apr 24 2024 07:26:34 +0000 Subject: Update scripts/sync-latest-container-base-image.sh --- diff --git a/scripts/sync-latest-container-base-image.sh b/scripts/sync-latest-container-base-image.sh index 008a22a..d0b61a8 100755 --- a/scripts/sync-latest-container-base-image.sh +++ b/scripts/sync-latest-container-base-image.sh @@ -34,7 +34,7 @@ ARCHES=("aarch64" "ppc64le" "s390x" "x86_64") # This is the release of Fedora that is currently stable, it will define if we # need to move the fedora:latest tag -current_stable="39" +current_stable="40" # Define what is rawhide so we know to push that tag current_rawhide="41" # Sanity checking