Skip to content

Commit

Permalink
Revert "switch to Ubuntu 24.04 LTS"
Browse files Browse the repository at this point in the history
This reverts commit ce447ab.
  • Loading branch information
stlankes committed Oct 6, 2024
1 parent ce447ab commit b360d3f
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: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
Expand Down

0 comments on commit b360d3f

Please sign in to comment.