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 <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-01-26 19:57:43 +08:00 committed by Petro Karashchenko
parent 3350609a8a
commit c04d8560d3

View file

@ -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 \