Skip to content

Commit d99ba37

Browse files
committed
Update Linode to Ubuntu 22.04
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent d5cc6ee commit d99ba37

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
@@ -609,7 +609,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
609609
// List of type and price can be retrieved using curl https://api.linode.com/v4/linode/types
610610
return &provision.BasicHost{
611611
Name: name,
612-
OS: "linode/ubuntu20.04",
612+
OS: "linode/ubuntu22.04",
613613
Plan: "g6-nanode-1",
614614
Region: region,
615615
UserData: userData,

0 commit comments

Comments
 (0)