We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d07c5 commit 8b5cd19Copy full SHA for 8b5cd19
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.9-alpine AS build-env
+FROM golang:1.10-alpine AS build-env
2
WORKDIR /go/src/github.com/StackExchange/dnscontrol
3
ADD . .
4
RUN apk update && apk add git
README.md
@@ -96,7 +96,7 @@ Writing new plugins is very easy.
96
97
## From source
98
99
-DNSControl can be built with Go version 1.7 or higher. To install, simply run
+DNSControl can be built with Go version 1.10 or higher. To install, simply run
100
101
`go get github.com/StackExchange/dnscontrol`
102
0 commit comments