Dockerfile: Update to a more current TF-A release tag
authorTom Rini <trini@konsulko.com>
Tue, 8 Apr 2025 20:21:40 +0000 (14:21 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 14:20:09 +0000 (08:20 -0600)
In preparation for using TF-A more in our CI loops, switch to the
current release tag for TF-A.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/docker/Dockerfile

index 80bc2a9..e7be4e5 100644 (file)
@@ -231,7 +231,7 @@ RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
 # Build fiptool
 RUN git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git /tmp/tf-a && \
        cd /tmp/tf-a/ && \
-       git checkout v2.10.0 && \
+       git checkout v2.12.0 && \
        cd tools/fiptool && \
        make -j$(nproc) && \
        mkdir -p /usr/local/bin && \