Skip to content

Commit b3c3c73

Browse files
authored
Use ubuntu-18.04 by default
1 parent cadbe7d commit b3c3c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type Driver struct {
4343
}
4444

4545
const (
46-
defaultImage = "ubuntu-16.04"
46+
defaultImage = "ubuntu-18.04"
4747
defaultType = "cx11"
4848

4949
flagAPIToken = "hetzner-api-token"

0 commit comments

Comments
 (0)