updating to ubuntu20 42/7042/1
authorwahidw <abdulwahid.w@nokia.com>
Fri, 12 Nov 2021 09:54:20 +0000 (09:54 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Fri, 12 Nov 2021 09:54:20 +0000 (09:54 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I424291b4957e95298cfb16847ff3135d8a5dc502

Dockerfile

index 8fc5855..9b6ede7 100644 (file)
@@ -62,7 +62,7 @@ RUN pip install --user /home/a1user
 # things built in the first stage, the final image size isn't tiny, but should
 # be well under the 800GiB start for the python image.
 #
-FROM ubuntu:18.04
+FROM ubuntu:20.04
 
 # pick up reference to python so that we can get 3.8 and not the really old default