From 9a6f16cf1d7b5a2976c73ad638daa6dea2f953ea Mon Sep 17 00:00:00 2001 From: Masco Skray Date: Fri, 1 May 2020 23:40:16 +0800 Subject: [PATCH] chore(install): switch to fetch Ubuntu 20.04 image in Dockerfile Only a simple number modify just as the title said. --- install/bundle/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/bundle/Dockerfile b/install/bundle/Dockerfile index bd3e975..bc26ca9 100644 --- a/install/bundle/Dockerfile +++ b/install/bundle/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 MAINTAINER MascoSkray ARG CLONE_ADDFLAG