Skip to content
Open
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
@@ -1,5 +1,5 @@
# Get correct base image with a default for renovate bot
ARG BASE_IMAGE=ghcr.io/ublue-os/bazzite:stable@sha256:d2f131cb9e5cd3c633bc19bf8bb82c156f47f70f6776cab6ae9a3c3bee2e4172
ARG BASE_IMAGE=ghcr.io/ublue-os/bazzite:stable@sha256:82082873877cedbca86d2270b5c7837ca9a7091d7c852e4186066e04fe72b9cc

# Allow build scripts to be referenced without being copied into the final image
FROM scratch AS ctx
Expand Down
Loading