Skip to content

Commit 9a57b00

Browse files
authored
Version.njk: Update Ubuntu build container version and use Mu Devops 12.4.2 (#401)
- Updates the container to latest `af4ec63` - This container image does not have `python3.12-distutils` - Updates the Mu DevOps version synced from "v12.4.0" to "v12.4.2". --- Marked as breaking change due to the container update that contains a potentially breaking change. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent af4ec63 commit 9a57b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 = "v12.4.0" %}
33+
{% set mu_devops = "v12.4.2" %}
3434

3535
{# The latest Project Mu release branch value. #}
3636
{% set latest_mu_release_branch = "release/202405" %}
3737
{% set previous_mu_release_branch = "release/202311" %}
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:4bebc96" %}
40+
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:af4ec63" %}
4141

4242
{# The Python version to use. #}
4343
{% set python_version = "3.12" %}

0 commit comments

Comments
 (0)