diff --git a/tools/docker/Dockerfile.jinja b/tools/docker/Dockerfile.jinja index fac4c5f62..a8147e872 100644 --- a/tools/docker/Dockerfile.jinja +++ b/tools/docker/Dockerfile.jinja @@ -263,7 +263,7 @@ FROM build-ovmf as ovmf # Fetch and build OVMF from the EDK2 official source WORKDIR /root -RUN git clone --depth 1 --branch edk2-stable202402 --recurse-submodules --shallow-submodules https://github.com/tianocore/edk2.git +RUN git clone --depth 1 --branch stable/202408 --recurse-submodules --shallow-submodules https://github.com/tianocore/edk2.git WORKDIR /root/edk2 RUN /bin/bash -c "source ./edksetup.sh \ && make -C BaseTools \