Skip to content

Commit

Permalink
Update scaleway to 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 21e5293 commit 269e928
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 @@ -500,7 +500,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
} else if provider == "scaleway" {
return &provision.BasicHost{
Name: name,
OS: "ubuntu-focal",
OS: "ubuntu-jammy",
Plan: "DEV1-S",
Region: region,
UserData: userData,
Expand Down

0 comments on commit 269e928

Please sign in to comment.