Skip to content

Commit d5cc6ee

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/create.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
579579
"inlets-port": inletsProControlPort,
580580
"pro": fmt.Sprint(tcp),
581581
"imagePublisher": "Canonical",
582-
"imageOffer": "0001-com-ubuntu-server-focal",
583-
"imageSku": "20_04-lts",
582+
"imageOffer": "0001-com-ubuntu-server-jammy",
583+
"imageSku": "22_04-lts-gen2",
584584
"imageVersion": "latest",
585585
},
586586
}, nil

0 commit comments

Comments
 (0)