Merge pull request #1055 from hqhq/upgrade_golang

Update golang to 1.7.1
This commit is contained in:
Mrunal Patel 2016-09-19 11:53:54 -07:00 committed by GitHub
commit 092e9fd731
1 changed files with 1 additions and 1 deletions

View File

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