diff --git a/common/.github/actions/bootc-ubuntu-setup/action.yml b/common/.github/actions/bootc-ubuntu-setup/action.yml index 5bfcbb2..8221efd 100644 --- a/common/.github/actions/bootc-ubuntu-setup/action.yml +++ b/common/.github/actions/bootc-ubuntu-setup/action.yml @@ -67,7 +67,7 @@ runs: shell: bash run: | set -xeuo pipefail - export BCVK_VERSION=0.8.0 + export BCVK_VERSION=0.9.0 /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system # Something in the stack is overriding this, but we want session right now for bcvk echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV diff --git a/devenv/Containerfile.c10s b/devenv/Containerfile.c10s index 1f1f3f0..aee6ec3 100644 --- a/devenv/Containerfile.c10s +++ b/devenv/Containerfile.c10s @@ -29,7 +29,7 @@ FROM base as tools # renovate: datasource=github-releases depName=block/goose ARG gooseversion=v1.11.1 # renovate: datasource=github-releases depName=bootc-dev/bcvk -ARG bcvkversion=v0.5.3 +ARG bcvkversion=v0.9.0 RUN <