From 32399acbd37e824a7dfd5fea13f6a8a5c2bb76d5 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Feb 25 2019 18:01:28 +0000 Subject: Add f31 to the container release script Signed-off-by: Clement Verna --- diff --git a/scripts/sync-latest-container-base-image.sh b/scripts/sync-latest-container-base-image.sh index 1497933..83e9406 100755 --- a/scripts/sync-latest-container-base-image.sh +++ b/scripts/sync-latest-container-base-image.sh @@ -38,7 +38,7 @@ current_stable="29" current_rawhide="31" # Sanity checking # FIXME - Have to update this regex every time we drop a new Fedora Release -if ! [[ "${1}" =~ [24|25|26|27|28|29|30] ]]; +if ! [[ "${1}" =~ [24|25|26|27|28|29|30|31] ]]; then printf "ERROR: FEDORA_RELEASE missing or invalid\n" f_help