From 44e1d9c911870d9586dda00f9537f1bd021b5f98 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 6 Apr 2023 01:22:10 +0800 Subject: [PATCH] [Dockerfile] Update base image from Ubuntu 20.04 to 22.04, cc #2877 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0055be6..9dab438 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # Please note that it'll use about 1.2 GB disk space and about 15 minutes to # build this image, it depends on your hardware. -FROM ubuntu:20.04 +FROM ubuntu:22.04 LABEL maintainer="Peter Dave Hello " LABEL name="nvm-dev-env" LABEL version="latest"