Skip to content

Commit

Permalink
switch to Ubuntu 24.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Oct 6, 2024
1 parent e1c7fe4 commit ce447ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce447ab

Please sign in to comment.