Skip to content

Commit

Permalink
Update to Ubuntu 22.04 for Azure
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 29ae118 commit d5cc6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
"inlets-port": inletsProControlPort,
"pro": fmt.Sprint(tcp),
"imagePublisher": "Canonical",
"imageOffer": "0001-com-ubuntu-server-focal",
"imageSku": "20_04-lts",
"imageOffer": "0001-com-ubuntu-server-jammy",
"imageSku": "22_04-lts-gen2",
"imageVersion": "latest",
},
}, nil
Expand Down

0 comments on commit d5cc6ee

Please sign in to comment.