From c04d8560d32eeca7198682ce8d8d7d83dd10e6d0 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Thu, 26 Jan 2023 19:57:43 +0800 Subject: [PATCH] tools/ci: Update the final docker image to ubuntu 22.04 g++ need update to the new version for libcxx 15.0.7 Signed-off-by: Xiang Xiao --- tools/ci/docker/linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile index 489867dac6b..30a63622fd1 100644 --- a/tools/ci/docker/linux/Dockerfile +++ b/tools/ci/docker/linux/Dockerfile @@ -227,7 +227,7 @@ RUN mkdir wamrc && \ # Final Docker image used for running CI system. This includes all toolchains # supported by the CI system. ############################################################################### -FROM ubuntu:20.04 +FROM ubuntu:22.04 LABEL maintainer="dev@nuttx.apache.org" RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -qq \