diff --git a/Dockerfile b/Dockerfile index 82f4e89..5283f62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Set the base image to Ubuntu -FROM ubuntu +FROM ubuntu:20.04 # File Author / Maintainer MAINTAINER Karthik Gaekwad