Skip to content

Commit 2eed837

Browse files
authored
.sync/Version.njk: Update Ubuntu 24.04 container to d412ccd (#408)
Includes the change to allow the CI user account to use pip. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent c10d8b1 commit 2eed837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{% set previous_mu_release_branch = "release/202311" %}
3838

3939
{# The version of the ubuntu-24-build container to use. #}
40-
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-24-build:352ed44" %}
40+
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-24-build:d412ccd" %}
4141

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

0 commit comments

Comments
 (0)