Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE="base-nvidia"
FROM scratch AS ctx
COPY build_files /

FROM ghcr.io/ublue-os/${BASE}:43
FROM ghcr.io/ublue-os/${BASE}:44

RUN rm -r /opt && mkdir /opt

Expand Down
2 changes: 1 addition & 1 deletion build_files/os-release
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ NAME="ManInDark bootc Linux"
ID=manindark-linux
PRETTY_NAME="ManInDark's bootc Linux"
VARIANT_ID=desktop
VERSION_ID=43
VERSION_ID=44
Loading