From c3624016e7998ea6dcda6c5cd4c1b236ea2f609f Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Fri, 1 May 2020 22:43:43 -0700 Subject: [PATCH] trivial fix to a comment --- images/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index d03bb0a62e..d10bad1ed1 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -17,7 +17,7 @@ # For systemd + docker configuration used below, see the following references: # https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/ -# start from ubuntu 19.10, this image is reasonably small as a starting point +# start from ubuntu 20.04, this image is reasonably small as a starting point # for a kubernetes node image, it doesn't contain much we don't need FROM ubuntu:20.04