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 <crosbymichael@gmail.com>
This commit is contained in:
parent
efcd73fb5b
commit
b9bc020f0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue