diff --git a/Containerfile b/Containerfile index ebdf871..a861dca 100644 --- a/Containerfile +++ b/Containerfile @@ -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