aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--build-containers/fedora44/Containerfile (renamed from build-containers/fedora42/Containerfile)3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ba6eba2..a75b3f0 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ arch = $(firstword $(subst -, ,$(target)))
app_name := map
# Config: Container Images #####################################################
-fedora_versions := fedora42 fedora43 fedora-rawhide
+fedora_versions := fedora43 fedora44 fedora-rawhide
debian_versions := trixie forky
all_containers := arch $(fedora_versions) $(debian_versions)
container_image_prefix := map-build
diff --git a/build-containers/fedora42/Containerfile b/build-containers/fedora44/Containerfile
index c083322..fb54803 100644
--- a/build-containers/fedora42/Containerfile
+++ b/build-containers/fedora44/Containerfile
@@ -1,4 +1,4 @@
-FROM docker.io/library/fedora:42
+FROM docker.io/library/fedora:44
RUN dnf install -y \
make \
@@ -21,3 +21,4 @@ ENV PATH="/root/.cargo/bin:${PATH}"
# Install cargo-generate-rpm
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash \
&& cargo binstall cargo-generate-rpm --no-confirm
+