Skip to content

Commit f2ba8da

Browse files
committed
Update Ubuntu version due to deprecation of 16.04
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 409a051 commit f2ba8da

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
@@ -381,7 +381,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsPort st
381381
if provider == "digitalocean" {
382382
return &provision.BasicHost{
383383
Name: name,
384-
OS: "ubuntu-16-04-x64",
384+
OS: "ubuntu-18-04-x64",
385385
Plan: "s-1vcpu-1gb",
386386
Region: region,
387387
UserData: userData,

0 commit comments

Comments
 (0)