Skip to content

Commit 6f81a9c

Browse files
authored
chore: prep docker factory for cypress release (#1400)
1 parent 6460d9f commit 6f81a9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

factory/.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ FACTORY_VERSION='6.0.0'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
# Linux/amd64 only
25-
CHROME_VERSION='139.0.7258.127-1'
25+
CHROME_VERSION='139.0.7258.138-1'
2626

2727
# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
2828
# not currently used for cypress/browsers and cypress/included images
2929
# Linux/amd64 only
30-
CHROME_FOR_TESTING_VERSION='139.0.7258.66'
30+
CHROME_FOR_TESTING_VERSION='139.0.7258.138'
3131

3232
# Cypress versions: https://www.npmjs.com/package/cypress
33-
CYPRESS_VERSION='14.5.4'
33+
CYPRESS_VERSION='15.0.0'
3434

3535
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3636
# Linux/amd64 only
37-
EDGE_VERSION='139.0.3405.86-1'
37+
EDGE_VERSION='139.0.3405.102-1'
3838

3939
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
4040
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
41-
FIREFOX_VERSION='141.0.3'
41+
FIREFOX_VERSION='142.0'
4242

4343
# Geckodriver versions: https://github.com/mozilla/geckodriver/releases
4444
# Geckodriver documentation: https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html

0 commit comments

Comments
 (0)