Golang v2 environment -- runtime and builder (#427)
v2 environment for Go; includes runtime and builder.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM golang:1.8.1
|
||||
ARG GO_VERSION=1.9.2
|
||||
|
||||
FROM golang:${GO_VERSION}
|
||||
|
||||
ENV GOPATH /usr
|
||||
ENV APP ${GOPATH}/src/github.com/fission/fission/environments/go
|
||||
|
||||
Reference in New Issue
Block a user