Dockerfile: bump to ubuntu 17.10

17.04 is EOLed and no longer works.

Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com>
This commit is contained in:
Jonathan Boulle
2018-02-12 19:58:11 +01:00
parent 1307cac0c2
commit b1795a08fb

View File

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