Skip to content

Commit

Permalink
Version.njk: Update Ubuntu 22 container for Rust 1.76.0 (#337)
Browse files Browse the repository at this point in the history
Only change is building with Rust 1.76.0 instead of Rust 1.74.0.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki committed Apr 12, 2024
1 parent 0e124c1 commit d5e79b9
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/202302" %}

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

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

0 comments on commit d5e79b9

Please sign in to comment.