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 b6e635e commit 32a2318Copy full SHA for 32a2318
Dockerfile
@@ -1,6 +1,9 @@
1
-FROM golang:1.11
+FROM golang:1.13
2
+
3
+ARG CGO_ENABLED=0
4
+ARG GO111MODULE="off"
5
+ARG GOPROXY=""
6
-RUN mkdir -p /go/src/github.com/openfaas-incubator/of-watchdog
7
WORKDIR /go/src/github.com/openfaas-incubator/of-watchdog
8
9
COPY vendor vendor
0 commit comments