The current release of QEMU is 10.1.2 and we should be tracking at least
that new currently, to help find and fix emulation problems. This will
make it smaller of a change when we move to 10.1.3 which will re-enable
sifive_unleashed_sdcard testing again.

Signed-off-by: Tom Rini <[email protected]>
---
 tools/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 58f2a28daa0f..79f2cabbc354 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -220,7 +220,7 @@ RUN git clone git://git.savannah.gnu.org/grub.git /tmp/grub 
&& \
 
 RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
        cd /tmp/qemu && \
-       git checkout v10.0.2 && \
+       git checkout v10.1.2 && \
        # config user.name and user.email to make 'git am' happy
        git config user.name u-boot && \
        git config user.email [email protected] && \
-- 
2.43.0

Reply via email to