5 lines
94 B
Docker
5 lines
94 B
Docker
# CoreDNS base image
|
|
ARG ALPINE_VERSION=3.18
|
|
ARG GO_VERSION=1.21.3
|
|
ARG COREDNS_VERSION=v2.7.5
|