diff --git a/system_files/desktop/shared/usr/libexec/containerbuild/image-info b/system_files/desktop/shared/usr/libexec/containerbuild/image-info index b2a0f74ace..790f034194 100755 --- a/system_files/desktop/shared/usr/libexec/containerbuild/image-info +++ b/system_files/desktop/shared/usr/libexec/containerbuild/image-info @@ -18,7 +18,7 @@ if [[ $IMAGE_BRANCH_NORMALIZED == "main" ]]; then IMAGE_BRANCH_NORMALIZED="stable" fi -case $FEDORA_MAJOR_VERSION in +case "$FEDORA_MAJOR_VERSION" in 39|40) IMAGE_TAG="stable" ;; @@ -41,19 +41,23 @@ cat > $IMAGE_INFO <> /usr/lib/os-release fi \ No newline at end of file