Merge pull request #1640 from jongwu/jongwu-armEnable-patch

enable unit test on arm64 platform
This commit is contained in:
Daniel, Dao Quang Minh 2017-11-06 17:14:52 +00:00 committed by GitHub
commit c4f49e2499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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