manibuilder: Add newest AlmaLinux, Fedora and Alpine versions

Change-Id: Icd66f66e7515ab413f066bfaa2d83f00c39c2144
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/360
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets
index 49f44a6..ca0f23e 100644
--- a/util/manibuilder/Makefile.targets
+++ b/util/manibuilder/Makefile.targets
@@ -21,12 +21,12 @@
 
 ALMALINUX_TAGS := \
 	$(foreach a,amd64 arm64v8 ppc64le s390x, \
-	  $(foreach v,8 9, \
+	  $(foreach v,8 9 10-kitten, \
 	    $(a)/almalinux\:$(v)))
 
 OFFICIAL_TAGS := \
 	$(foreach a,ppc64le s390x arm64v8 amd64, \
-	  $(foreach v,40 39 38 37 36 35, \
+	  $(foreach v,44 43 42 41 40 39 38 37 36 35, \
 	    $(a)/fedora\:$(v))) \
 	$(foreach a,ppc64le mips64le s390x arm64v8 arm32v7 arm32v5 amd64 i386, \
 	  $(foreach v,bookworm, \
@@ -35,7 +35,7 @@
 	  $(foreach v,noble, \
 	    $(a)/ubuntu\:$(v))) \
 	$(foreach a,ppc64le s390x arm64v8 arm32v7 arm32v6 amd64 i386, \
-	  $(foreach v,3.19 3.18 3.17 3.16 3.15, \
+	  $(foreach v,3.22 3.21 3.20 3.19 3.18 3.17 3.16 3.15, \
 	    $(a)/alpine\:$(v))) \
 	$(ALMALINUX_TAGS)