Skip to content

Commit 32a2318

Browse files
committed
Update of-watchdog to use Go 1.13
Go 1.13 will be used for the distribution version of the watchdog. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent b6e635e commit 32a2318

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
FROM golang:1.11
1+
FROM golang:1.13
2+
3+
ARG CGO_ENABLED=0
4+
ARG GO111MODULE="off"
5+
ARG GOPROXY=""
26

3-
RUN mkdir -p /go/src/github.com/openfaas-incubator/of-watchdog
47
WORKDIR /go/src/github.com/openfaas-incubator/of-watchdog
58

69
COPY vendor vendor

0 commit comments

Comments
 (0)