Change DefaultImage to micro/go-micro
This commit is contained in:
parent
d6e97c5970
commit
94d409b180
@ -17,7 +17,7 @@ const (
|
||||
|
||||
var (
|
||||
// DefaultImage is default micro image
|
||||
DefaultImage = "micro/micro"
|
||||
DefaultImage = "micro/go-micro"
|
||||
// ServiceRegexp is used to validate service name
|
||||
ServiceRegexp = regexp.MustCompile("^" + dns1123LabelFmt + "$")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user