diff options
| author | Tom Rini <[email protected]> | 2025-11-19 08:32:58 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-26 09:39:03 -0600 |
| commit | bd19527c755963de9c1d231fdacd112e54f33480 (patch) | |
| tree | 21fcfe407af1c9e11ebd0df648c58b92e3f24ecd /tools | |
| parent | c5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9 (diff) | |
Docker: Update QEMU to 10.0.6
The QEMU project has the 10.0.x series as an LTS release. While we are
not doing an LTS ourselves, we can be confident in the changes between
10.0.2 and 10.0.6, so update ourselves.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 58f2a28daa0..92be7f76341 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.0.6 && \ # config user.name and user.email to make 'git am' happy git config user.name u-boot && \ git config user.email [email protected] && \ |
