From b360d3fc548ce8e02f6be418f4065077f96da04e Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 6 Oct 2024 18:46:22 +0200 Subject: [PATCH] Revert "switch to Ubuntu 24.04 LTS" This reverts commit ce447abbdb131977d0ec7a36e644f9a5b7844e45. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d781427..bb7d2aa8 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:24.04 + FROM ubuntu:latest RUN apt update RUN apt install -y --no-install-recommends libcap-ng0 libseccomp2 qemu-system-x86 net-tools rust-virtiofsd END