mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 21:47:28 +08:00
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:
committed by
Petro Karashchenko
parent
3350609a8a
commit
c04d8560d3
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user