Skip to content

Commit 4eb4705

Browse files
authored
Update Fedora 35 Build container image to 5b8a008 (#99)
Includes the changes noted in the following comparison from the prior container image (`5800d58`): https://github.com/tianocore/containers/compare/5800d58..5b8a008 Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 02d35e0 commit 4eb4705

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
{% set mu_devops = "v1.4.2" %}
3434

3535
{# The version of the fedora-35-build container to use. #}
36-
{% set linux_build_container = "ghcr.io/tianocore/containers/fedora-35-build:2113a0e" %}
36+
{% set linux_build_container = "ghcr.io/tianocore/containers/fedora-35-build:5b8a008" %}

Jobs/PrGate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parameters:
4646
- name: linux_container_image
4747
displayName: Linux Container Image
4848
type: string
49-
default: 'ghcr.io/tianocore/containers/fedora-35-build:5800d58'
49+
default: 'ghcr.io/tianocore/containers/fedora-35-build:5b8a008'
5050
- name: packages
5151
displayName: Packages
5252
type: string

0 commit comments

Comments
 (0)