Use latest go1.8.3

This commit is contained in:
Roland Schilter
2017-06-21 14:41:51 +02:00
parent ef003d8a79
commit c1b56c81b7

View File

@@ -1,6 +1,6 @@
FROM ubuntu:yakkety
ENV GOPATH /go
ENV GOVERSION 1.8
ENV GOVERSION 1.8.3
ENV PATH /go/bin:/usr/local/go/bin:/usr/bin:/bin:/usr/sbin:/sbin
ENV SCOPE_SKIP_UI_ASSETS true
RUN apt-get update && \