We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1858c4a commit 0c1508bCopy full SHA for 0c1508b
commands/dns.go
@@ -145,7 +145,7 @@ func (cmd *DNS) StartDNS(machine Machine, nameservers string) error {
145
"-l", "com.dnsdock.image=outrigger",
146
"--name", "dnsdock",
147
"-p", fmt.Sprintf("%s:53:53/udp", bridgeIP),
148
- "aacebedo/dnsdock:v1.16.1-amd64",
+ "aacebedo/dnsdock:v1.16.4-amd64",
149
"--domain=vm",
150
}
151
for _, server := range dnsServers {
0 commit comments