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