From 580efa3cda5a5545ec705620cb0c8d9df9af582a Mon Sep 17 00:00:00 2001 From: Shufang Date: Wed, 27 Jan 2021 23:53:09 -0800 Subject: [PATCH] Update CNS ubuntu version to 20.04 --- cns/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cns/Dockerfile b/cns/Dockerfile index ea22b08085..1acc3fe300 100644 --- a/cns/Dockerfile +++ b/cns/Dockerfile @@ -1,5 +1,5 @@ # Use a minimal image as a parent image -FROM ubuntu:19.10 +FROM ubuntu:20.04 ARG CNS_BUILD_ARCHIVE # Install plugin