Skip to content

Commit fb1c095

Browse files
authored
.sync/Version.njk: Update Mu repos to Mu DevOps v6.0.0 (and container) (#230)
Changes since last release: v5.0.6...v6.0.0 General release info: https://github.com/microsoft/mu_devops/releases - The `ubuntu-22-build` container image is also updated to the latest: `9ab29bc`. - Note: This is the first release with Rust dev support. - v6.0.0 also brings some new changes in the pipelines for Project Mu repos to build rust in CI. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 9ab29bc commit fb1c095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.sync/Version.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
#}
3131

3232
{# The git ref value that files dependent on this repo will use. #}
33-
{% set mu_devops = "v5.0.6" %}
33+
{% set mu_devops = "v6.0.0" %}
3434

3535
{# The latest Project Mu release branch value. #}
3636
{% set latest_mu_release_branch = "release/202302" %}
3737
{% set previous_mu_release_branch = "release/202208" %}
3838

3939
{# The version of the ubuntu-22-build container to use. #}
40-
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:3bf70b5" %}
40+
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:9ab29bc" %}
4141

4242
{# The Rust toolchain version to use. #}
4343
{% set rust_toolchain = "1.71.1" %}

0 commit comments

Comments
 (0)