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}