Skip to content

Commit

Permalink
Bump ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jul 9, 2024
1 parent c50f378 commit 1ebf135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

screen -dmS alpine /bin/sh -c "./build-alpine-ci.sh"

for image in debian:bookworm debian:trixie ubuntu:jammy ubuntu:lunar; do
for image in debian:bookworm debian:trixie ubuntu:noble ubuntu:oracular; do
screen -dmS $image /bin/sh -c "./build-ci.sh $image"
done;

0 comments on commit 1ebf135

Please sign in to comment.