From f141fb8d657d12017d15c11b310ca478fcabfa15 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Feb 10 2023 21:19:18 +0000 Subject: sync-containers: add 39 release Signed-off-by: Kevin Fenzi --- diff --git a/scripts/sync-latest-container-base-image.sh b/scripts/sync-latest-container-base-image.sh index e7ed1e2..c38c814 100755 --- a/scripts/sync-latest-container-base-image.sh +++ b/scripts/sync-latest-container-base-image.sh @@ -44,7 +44,7 @@ current_stable="37" current_rawhide="38" # Sanity checking # FIXME - Have to update this regex every time we drop a new Fedora Release -if ! [[ "${1}" =~ [31|32|33|34|35|36|37|38] ]]; +if ! [[ "${1}" =~ [31|32|33|34|35|36|37|38|39] ]]; then printf "ERROR: FEDORA_RELEASE missing or invalid\n" f_help