Merge pull request #214 from runcom/bump-golang-dockerfile

Dockerfile: bump to golang 1.7.3
This commit is contained in:
Mrunal Patel 2016-11-24 08:04:56 -08:00 committed by GitHub
commit 46c1e95929

View file

@ -1,4 +1,4 @@
FROM golang:1.7.1
FROM golang:1.7.3
# 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