Skip to content

Commit afdbb6d

Browse files
Update GCE CI image to version including bento/ubuntu-24.04 box
1 parent 0ff671a commit afdbb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/gce-nested/gce-start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function find_latest_ci_image() {
2525
# --filter="family:fpf-securedrop AND name ~ ^ci-nested-virt" \
2626
# --sort-by=~Name --limit=1 --format="value(Name)"
2727
# Return hardcoded image id to prevent newer builds from breaking CI
28-
echo "ci-nested-virt-bullseye-1651694527"
28+
echo "ci-nested-virt-bullseye-1732663778"
2929
}
3030

3131
# Call out to GCE API and start a new instance, designating

0 commit comments

Comments
 (0)