Addresses #222. Plugins and the binaries loading them need to be built with the exact same go version. Also update README instructions.
6 lines
74 B
Docker
6 lines
74 B
Docker
FROM golang:1.8.1
|
|
|
|
ENV GOPATH /usr
|
|
RUN go get github.com/fission/fission
|
|
|