diff --git a/images/windows/scripts/build/Install-Chrome.ps1 b/images/windows/scripts/build/Install-Chrome.ps1 index 6fe140f3c..dcc5d665d 100644 --- a/images/windows/scripts/build/Install-Chrome.ps1 +++ b/images/windows/scripts/build/Install-Chrome.ps1 @@ -6,7 +6,7 @@ # Download and install latest Chrome browser Install-Binary ` -Url 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' ` - -ExpectedSignature '2673EA6CC23BEFFDA49AC715B121544098A1284C' + -ExpectedSignature '607A3EDAA64933E94422FC8F0C80388E0590986C' # Prepare firewall rules Write-Host "Adding the firewall rule for Google update blocking..."