Skip to content

Commit 3986462

Browse files
committed
fix: use microsoft-edge.list for Edge installation
Update Edge to 139.0.3405.119-1
1 parent a874095 commit 3986462

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

factory/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
1818

1919
# Update the FACTORY_VERSION to deploy cypress/factory if you make changes to
2020
# BASE_IMAGE, FACTORY_DEFAULT_NODE_VERSION, YARN_VERSION, factory.Dockerfile or installScripts
21-
FACTORY_VERSION='6.0.0'
21+
FACTORY_VERSION='6.0.1'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
# Linux/amd64 only
@@ -34,7 +34,7 @@ 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.102-1'
37+
EDGE_VERSION='139.0.3405.119-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

factory/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 6.0.1
4+
5+
- When installing Microsoft Edge, use only `/etc/apt/sources.list.d/microsoft-edge.list` to remediate a multiple configuration warning from Debian package management. Addresses [#1404](https://github.com/cypress-io/cypress-docker-images/issues/1404).
6+
37
## 6.0.0
48

59
- Updated Debian base image from `debian:12.11-slim` to `debian:13.0-slim` using [Debian 13.0 (trixie)](https://www.debian.org/releases/trixie/). Addressed in [#1396](https://github.com/cypress-io/cypress-docker-images/pull/1396).

0 commit comments

Comments
 (0)