Merge pull request #677 from le91688/bump-flatcc-d90ed18

bump flatcc to fix issue building flatcc runtime on GCC 11
This commit is contained in:
Matt McCormick 2022-04-03 14:44:59 -04:00 committed by GitHub
commit 5924c2d580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ WORKDIR /usr/src
ARG GIT_VERSION=2.32.0 ARG GIT_VERSION=2.32.0
ARG CMAKE_VERSION=3.21.1 ARG CMAKE_VERSION=3.21.1
ARG FLATCC_VERSION=07ae7dca8118f9ab6d900a7d4797881cab708ba6 ARG FLATCC_VERSION=d90ed18ad09824297ffd5fbc578ccb1666d13890
# Image build scripts # Image build scripts
COPY \ COPY \