From b1795a08fbb363303636095ba3d8789fec007013 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Mon, 12 Feb 2018 19:58:11 +0100 Subject: [PATCH] Dockerfile: bump to ubuntu 17.10 17.04 is EOLed and no longer works. Signed-off-by: Jonathan Boulle --- Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build b/Dockerfile.build index 04563315..3c0e9eaf 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM ubuntu:17.04 +FROM ubuntu:17.10 RUN apt-get update && apt-get install -y \ golang \