Skip to content

Commit 269e928

Browse files
committed
Update scaleway to 22.04
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 21e5293 commit 269e928

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
@@ -500,7 +500,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
500500
} else if provider == "scaleway" {
501501
return &provision.BasicHost{
502502
Name: name,
503-
OS: "ubuntu-focal",
503+
OS: "ubuntu-jammy",
504504
Plan: "DEV1-S",
505505
Region: region,
506506
UserData: userData,

0 commit comments

Comments
 (0)