Skip to content

Commit

Permalink
Merge pull request #12 from j1mc/fedora41
Browse files Browse the repository at this point in the history
build.yml & Containerfile: Upgrade to Fedora 41
  • Loading branch information
j1mc authored Sep 19, 2024
2 parents e1ee503 + 9b16a82 commit d8a4391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FEDORA_MAJOR_VERSION=40
ARG FEDORA_MAJOR_VERSION=41

FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}

Expand Down

0 comments on commit d8a4391

Please sign in to comment.