Dockerfile: bump to golang 1.7.3

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-11-23 11:50:55 +01:00
parent 2e3ad167bb
commit cd85d49ff3
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

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