coreos-base/update_engine: Bump commit for bugfix

Pulls in https://github.com/flatcar/update_engine/pull/39 which fixes updates
on the stable channel for nodes with self-hosted packages in an environment
where nodes are not allowed access to the upstream Flatcar update server.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2024-02-26 12:12:01 +01:00
parent 61964b7c6c
commit 9c7ad4e157
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="0a2e1bbd7564a237a15a0b3bf248f702b0d74e61" # flatcar-3815-backport
CROS_WORKON_COMMIT="71b7cc345a2974bb9274eb058683d68bb301ffa0" # flatcar-3815-backport
KEYWORDS="amd64 arm64"
fi