From b9bc020f0dd115c09519cbdf23e4c0467cbc7615 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 20 May 2016 15:21:16 -0700 Subject: [PATCH] Update Dockerfile to 1.6.2 With this change we need a fix in go 1.6 to allow us to receive SIGCONT signals. Ref: https://github.com/golang/go/issues/8953 Signed-off-by: Michael Crosby --- script/test_Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test_Dockerfile b/script/test_Dockerfile index 6a173b98..2b1db320 100644 --- a/script/test_Dockerfile +++ b/script/test_Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.5.3 +FROM golang:1.6.2 # libseccomp in jessie is not _quite_ new enough -- need backports version RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list