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 \