Update dockerfile to use golang 1.5 image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.4.2
|
||||
FROM golang:1.5
|
||||
|
||||
COPY . /go/src/github.com/sosedoff/pgweb
|
||||
WORKDIR /go/src/github.com/sosedoff/pgweb
|
||||
|
||||
Reference in New Issue
Block a user