Skip to content

Commit

Permalink
Version.njk: Update to container version 4bebc96 (#384)
Browse files Browse the repository at this point in the history
Main reason to update is to pick up the latest Ubuntu container build
that uses Python 3.12.

A complete list of changes compared to the previous container version
(`d1e4ff1`) is in:

d1e4ff1...4bebc96

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Oct 25, 2024
1 parent 4bebc96 commit 6c29981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sync/Version.njk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{% set previous_mu_release_branch = "release/202311" %}

{# The version of the ubuntu-22-build container to use. #}
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1" %}
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:4bebc96" %}

{# The Python version to use. #}
{% set python_version = "3.12" %}
Expand Down

0 comments on commit 6c29981

Please sign in to comment.