How to update Chrome version in Windows builder base image
Last updated: July 10, 2026
If you need a specific Chrome version in the Windows builder base image, you can update Chrome using the Chocolatey package manager.
Updating Chrome with Chocolatey
Use the following command to install or update Chrome to the latest version:
choco install googlechromeThis is the recommended approach for updating Chrome in the Windows builder environment. ChromeDriver requires a corresponding Chrome version, so updating Chrome ensures compatibility between the browser and driver versions.
Note: Using Chocolatey (choco) is the proper workaround for managing Chrome versions in the Windows builder base image.