diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bb7d2aa8..9d781427 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: - name: Create dockerfile for Ubuntu run: | cat << END > Dockerfile - FROM ubuntu:latest + FROM ubuntu:24.04 RUN apt update RUN apt install -y --no-install-recommends libcap-ng0 libseccomp2 qemu-system-x86 net-tools rust-virtiofsd END