Update namespace_mapping.go

add ubuntu bionic
This commit is contained in:
superpoussin22 2018-04-29 16:42:14 +02:00 committed by GitHub
parent 21715797c9
commit adf7ca1d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,4 +45,5 @@ var UbuntuReleasesMapping = map[string]string{
"yakkety": "16.10", "yakkety": "16.10",
"zesty": "17.04", "zesty": "17.04",
"artful": "17.10", "artful": "17.10",
"bionic": "18.04",
} }