From 5ab00ae66493dca83f6619557459b4ba9ba585d2 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Sat, 2 Jun 2018 21:41:54 +0000 Subject: [PATCH] Build: update to Go 1.10 So that we can rely on the fix to runtime.LockOSThread() --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index ec2f884f5..307c425a5 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -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 && \