Skip to content

Commit

Permalink
Version.njk: Update to container version d1e4ff1 (#374)
Browse files Browse the repository at this point in the history
Main reason to update is to use the latest Rust versions
in Version.njk.

A complete list of changes compared to the previous container
version (`0e124c1`) is in:

0e124c1...d1e4ff1.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Sep 23, 2024
1 parent 74ecdfb commit 7d2b147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sync/Version.njk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{% set previous_mu_release_branch = "release/202311" %}

{# The version of the ubuntu-22-build container to use. #}
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:0e124c1" %}
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1" %}

{# The Rust toolchain version to use. #}
{% set rust_toolchain = "1.80.0" %}
Expand Down

0 comments on commit 7d2b147

Please sign in to comment.