From f32765c8b35216549ba0639803560afbf8668609 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Aug 10 2021 17:53:52 +0000 Subject: F35 branching update container sync Signed-off-by: Tomas Hrcka --- diff --git a/scripts/sync-latest-container-base-image.sh b/scripts/sync-latest-container-base-image.sh index 3a33c8d..89a2f0d 100755 --- a/scripts/sync-latest-container-base-image.sh +++ b/scripts/sync-latest-container-base-image.sh @@ -35,7 +35,7 @@ ARCHES=("aarch64" "armhfp" "ppc64le" "s390x" "x86_64") # need to move the fedora:latest tag current_stable="34" # Define what is rawhide so we know to push that tag -current_rawhide="35" +current_rawhide="36" # Sanity checking # FIXME - Have to update this regex every time we drop a new Fedora Release if ! [[ "${1}" =~ [31|32] ]];