diff --git a/Dockerfile b/Dockerfile index 1df89e5f..ff5de0ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from ubuntu -FROM ubuntu:16.04 +FROM ubuntu:latest # Update repos and install dependencies RUN apt-get update \