From 94a663c32b500b5de7526cfad4e903c44678d40d Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Tue, 3 Dec 2019 13:21:13 -0600 Subject: [PATCH] update base image to ubuntu:latest --- src/v0.6/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0.6/Dockerfile b/src/v0.6/Dockerfile index 34a128f..a5abf5c 100644 --- a/src/v0.6/Dockerfile +++ b/src/v0.6/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:trusty +ARG BASE_IMAGE=ubuntu:latest FROM ${BASE_IMAGE} as build RUN apt-get update && apt-get install -y software-properties-common bison flex git make \