Browse Source

Merge pull request #2525 from gravitl/NET-564

NET-564: set coredns to 1.10.1 version
Abhishek K 2 years ago
parent
commit
90578d4c0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/docker-compose.yml

+ 1 - 1
compose/docker-compose.yml

@@ -62,7 +62,7 @@ services:
 
 
   coredns:
   coredns:
     container_name: coredns
     container_name: coredns
-    image: coredns/coredns
+    image: coredns/coredns:1.10.1
     command: -conf /root/dnsconfig/Corefile
     command: -conf /root/dnsconfig/Corefile
     env_file: ./netmaker.env
     env_file: ./netmaker.env
     depends_on:
     depends_on: