We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2250c8d commit 59eea8cCopy full SHA for 59eea8c
src/packages/server/compute/cloud/google-cloud/create-image.ts
@@ -311,7 +311,7 @@ ubuntu-2404-noble-arm64-v20241004
311
function getSourceImage(arch: Architecture) {
312
return `projects/ubuntu-os-cloud/global/images/ubuntu-2404-noble-${
313
arch == "arm64" ? "arm" : "amd"
314
- }64-v20240701a`;
+ }64-v20241004`;
315
}
316
317
const LOGDIR = "logs";
0 commit comments