Skip to content

Commit

Permalink
Update Linode to Ubuntu 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jun 12, 2024
1 parent d5cc6ee commit d99ba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
// List of type and price can be retrieved using curl https://api.linode.com/v4/linode/types
return &provision.BasicHost{
Name: name,
OS: "linode/ubuntu20.04",
OS: "linode/ubuntu22.04",
Plan: "g6-nanode-1",
Region: region,
UserData: userData,
Expand Down

0 comments on commit d99ba37

Please sign in to comment.