Skip to content

Commit 998eb22

Browse files
committed
chore: fedora version updates
1 parent 0dbc345 commit 998eb22

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
fedora_version:
46-
- 41
46+
- 42
4747
steps:
4848
- name: Checkout repository
4949
uses: actions/checkout@v3

Containerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
ARG FEDORA_VERSION=41
1+
ARG FEDORA_VERSION=42
22

33
FROM ghcr.io/ublue-os/silverblue-asus-nvidia:${FEDORA_VERSION}
44
ARG FEDORA_VERSION
55
RUN sed -i "s|^NAME=.*|NAME=nxtcoder17 edition silverblue ${FEDORA_VERSION}|" /usr/lib/os-release
66
RUN sed -i "s|^PRETTY_NAME=.*|PRETTY_NAME=nxtcoder17 edition silverblue ${FEDORA_VERSION}|" /usr/lib/os-release
7-
87
RUN rpm-ostree override remove firefox firefox-langpacks
9-
RUN rpm-ostree install kitty distrobox docker wayfire hyprland
8+
RUN rpm-ostree install distrobox docker hyprland niri
109
RUN rpm-ostree cleanup -m && ostree container commit

0 commit comments

Comments
 (0)