From ce447abbdb131977d0ec7a36e644f9a5b7844e45 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 6 Oct 2024 18:11:38 +0200 Subject: [PATCH] switch to Ubuntu 24.04 LTS --- .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 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