Skip to content

Commit 21e5293

Browse files
committed
Update GCE to Ubuntu 22.04
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 2c75116 commit 21e5293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
519519
} else if provider == "gce" {
520520
return &provision.BasicHost{
521521
Name: name,
522-
OS: "projects/ubuntu-os-cloud/global/images/ubuntu-minimal-2004-focal-v20210707",
522+
OS: "projects/ubuntu-os-cloud/global/images/ubuntu-minimal-2204-jammy-v20240606",
523523
Plan: "f1-micro",
524524
Region: region,
525525
UserData: userData,

0 commit comments

Comments
 (0)