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