mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 02:16:35 +00: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:
parent
3350609a8a
commit
c04d8560d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue