Build: update to Go 1.10

So that we can rely on the fix to runtime.LockOSThread()
This commit is contained in:
Bryan Boreham
2018-06-02 21:48:01 +00:00
parent a883e93080
commit 5ab00ae664
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.9.2-stretch
FROM golang:1.10.2-stretch
ENV SCOPE_SKIP_UI_ASSETS true
RUN apt-get update && \
apt-get install -y libpcap-dev python-requests time file shellcheck git gcc-arm-linux-gnueabihf curl build-essential python-pip && \