Skip to content

Commit 200d5f6

Browse files
authored
Version.njk: Update to Ubuntu 24.04 container (#406)
Update pipelines and devcontainer files to use the 24.04 container. Also updates Mu DevOps version for the upcoming release. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 352ed44 commit 200d5f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.sync/Version.njk

Lines changed: 3 additions & 3 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.2" %}
33+
{% set mu_devops = "v13.0.0" %}
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

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

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

.sync/devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "ghcr.io/microsoft/mu_devops/ubuntu-22-dev:latest",
2+
"image": "ghcr.io/microsoft/mu_devops/ubuntu-24-dev:latest",
33
"postCreateCommand": "git config --global --add safe.directory '*' && git config --global --add core.autocrlf false && pip install --upgrade -r pip-requirements.txt",
44
"customizations": {
55
"vscode": {

0 commit comments

Comments
 (0)