Skip to content

Commit 09fe2ef

Browse files
authored
.sync/Version.njk: Update Mu repos to Mu DevOps v5.0.6 (and container) (#223)
Changes since last release: v5.0.4...v5.0.6 General release info: https://github.com/microsoft/mu_devops/releases - The `ubuntu-22-build` container image is also updated to the latest: `3bf70b5`. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 1a33763 commit 09fe2ef

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,11 +30,11 @@
3030
#}
3131

3232
{# The git ref value that files dependent on this repo will use. #}
33-
{% set mu_devops = "v5.0.4" %}
33+
{% set mu_devops = "v5.0.6" %}
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:ea6d2e6" %}
40+
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:3bf70b5" %}

0 commit comments

Comments
 (0)