diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 16:10:46 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-28 22:13:35 +0100 |
| commit | 4dec344a7bcbf1d7d0bbbf985109df816470ecc6 (patch) | |
| tree | 362eece7c8bd1ab1683ecfac93859245fb1c9b9a /build-containers | |
| parent | 83a8749b5c6fd15b4fc865d6c4578ac146aa5830 (diff) | |
Stop builds for fedora 42, and start fedora44
Diffstat (limited to 'build-containers')
| -rw-r--r-- | build-containers/fedora44/Containerfile (renamed from build-containers/fedora42/Containerfile) | 3 |
1 files changed, 2 insertions, 1 deletions
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 + |