Skip to content

Commit 59eea8c

Browse files
committed
actually update google cloud image number in code (not just comment!)
1 parent 2250c8d commit 59eea8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/server/compute/cloud/google-cloud/create-image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ ubuntu-2404-noble-arm64-v20241004
311311
function getSourceImage(arch: Architecture) {
312312
return `projects/ubuntu-os-cloud/global/images/ubuntu-2404-noble-${
313313
arch == "arm64" ? "arm" : "amd"
314-
}64-v20240701a`;
314+
}64-v20241004`;
315315
}
316316

317317
const LOGDIR = "logs";

0 commit comments

Comments
 (0)