From 9b16a82725bbeea3cbc679e054a60ce93e06e9e9 Mon Sep 17 00:00:00 2001 From: Jim Campbell Date: Thu, 19 Sep 2024 18:24:13 -0500 Subject: [PATCH] build.yml & Containerfile: Upgrade to Fedora 41 --- .github/workflows/build.yml | 4 ++-- Containerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de13832..47c9599 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,9 @@ jobs: strategy: fail-fast: false matrix: - major_version: [40] + major_version: [41] include: - - major_version: 40 + - major_version: 41 is_latest: true is_stable: true steps: diff --git a/Containerfile b/Containerfile index b023537..17e04d5 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -ARG FEDORA_MAJOR_VERSION=40 +ARG FEDORA_MAJOR_VERSION=41 FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}