Skip to content

Commit 0c1508b

Browse files
authored
Upgraded dnsdock to 1.16.4 to prevent dnsdock from exiting on a failed fallback lookup (#137)
1 parent 1858c4a commit 0c1508b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (cmd *DNS) StartDNS(machine Machine, nameservers string) error {
145145
"-l", "com.dnsdock.image=outrigger",
146146
"--name", "dnsdock",
147147
"-p", fmt.Sprintf("%s:53:53/udp", bridgeIP),
148-
"aacebedo/dnsdock:v1.16.1-amd64",
148+
"aacebedo/dnsdock:v1.16.4-amd64",
149149
"--domain=vm",
150150
}
151151
for _, server := range dnsServers {

0 commit comments

Comments
 (0)