From f489ba7bfc44cff403031d7ea0946ad519516a79 Mon Sep 17 00:00:00 2001 From: Steve LoFurno Date: Tue, 25 Feb 2020 00:10:35 +0000 Subject: [PATCH] bump to a supported ubuntu release --- Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build b/Dockerfile.build index 20d08c58..90ae5297 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM ubuntu:18.10 +FROM ubuntu:19.10 RUN apt-get update && apt-get install -y \ golang \