diff --git a/common/.github/actions/bootc-ubuntu-setup/action.yml b/common/.github/actions/bootc-ubuntu-setup/action.yml index 3cfadb2..5ea94ea 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.6.0 + export BCVK_VERSION=0.7.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.debian b/devenv/Containerfile.debian index f9ebc76..5dbef1f 100644 --- a/devenv/Containerfile.debian +++ b/devenv/Containerfile.debian @@ -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.7.0 RUN <