diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 198d28f..2f071fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - platform: "amd64" image_name: "zircadia" # renovate: datasource=docker depName=ghcr.io/zirconium-dev/zirconium - base_image: "ghcr.io/zirconium-dev/zirconium:latest@sha256:bb79ea40ccb9f6bd99376de2b2dcbf2ae9563bec711c293349ed49265500fb6a" + base_image: "ghcr.io/zirconium-dev/zirconium:latest@sha256:1e732ecf903bcf7b6aae3d9a48d7d4a122c617a72f4fbcca05f420b682a13dac" runs-on: ${{ matrix.platform == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }} env: BASE_IMAGE: ${{ matrix.base_image }} diff --git a/Justfile b/Justfile index cd5733a..955596e 100644 --- a/Justfile +++ b/Justfile @@ -5,7 +5,7 @@ filesystem := env("BUILD_FILESYSTEM", "ext4") # Base images are pinned by digest and kept current by Renovate (.github/renovate.json5). build: # renovate: datasource=docker depName=ghcr.io/zirconium-dev/zirconium - podman build --no-cache -t zircadia:latest --build-arg BASE_IMAGE=ghcr.io/zirconium-dev/zirconium:latest@sha256:bb79ea40ccb9f6bd99376de2b2dcbf2ae9563bec711c293349ed49265500fb6a . + podman build --no-cache -t zircadia:latest --build-arg BASE_IMAGE=ghcr.io/zirconium-dev/zirconium:latest@sha256:1e732ecf903bcf7b6aae3d9a48d7d4a122c617a72f4fbcca05f420b682a13dac . iso $image=image: #!/usr/bin/env bash