Skip to content

Commit

Permalink
Update Dockerfile to 1.6.2
Browse files Browse the repository at this point in the history
With this change we need a fix in go 1.6 to allow us to receive SIGCONT
signals.

Ref: golang/go#8953

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
  • Loading branch information
crosbymichael committed May 27, 2016
1 parent 9e9e91e commit 3e5837a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test_Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3e5837a

Please sign in to comment.