From 8c205c7bb6bb820daf18927f4652a263a407042f Mon Sep 17 00:00:00 2001 From: Alexandre Beaulieu Date: Sun, 12 May 2024 22:01:38 -0400 Subject: [PATCH] chore: upgrade Fedora Core OS to 40 --- build/fcos-zfs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/fcos-zfs/Dockerfile b/build/fcos-zfs/Dockerfile index ab66ebf..c1c0a30 100644 --- a/build/fcos-zfs/Dockerfile +++ b/build/fcos-zfs/Dockerfile @@ -1,7 +1,7 @@ # https://github.com/coreos/layering-examples/tree/main/build-zfs-module # Needs to be set to the Fedora version on CoreOS stable stream, as it is our base image. # BUILDER_VERSION=$(curl -s "https://builds.coreos.fedoraproject.org/streams/stable.json" | jq -r '.architectures.x86_64.artifacts.metal.release' | cut -d '.' -f 1) -ARG BUILDER_VERSION=39 +ARG BUILDER_VERSION=40 # Base image for the final layer ARG BASE_IMAGE=quay.io/fedora/fedora-coreos:stable @@ -53,4 +53,4 @@ RUN rm \ # Add hdparm RUN rpm-ostree install hdparm \ - && ostree container commit \ No newline at end of file + && ostree container commit