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