Merge pull request #476 from jonboulle/fixbuild

Dockerfile: bump to ubuntu 17.10
This commit is contained in:
Daniel J Walsh
2018-02-12 14:36:15 -05:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM ubuntu:17.04
FROM ubuntu:17.10
RUN apt-get update && apt-get install -y \
golang \