Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit fc32afe

Browse files
Repair Chrome installation
Old versions of Chrome are no longer available from Google's download servers, so we need to update the version we use in our Docker image.
1 parent d848e34 commit fc32afe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
NODE_VERSION=18.x
5555
OPEN_JDK_VERSION=11
5656
CYPRESS_VERSION=12.3.0
57-
CHROME_VERSION=101.0.4951.54
58-
CHROME_DRIVER_VERSION=101.0.4951.41
57+
CHROME_VERSION=120.0.6099.216
58+
CHROME_DRIVER_VERSION=114.0.5735.90
5959
FIREFOX_VERSION=99.0.1
6060
SYMBOLICATOR_VERSION=0.5.0

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
9393
fonts-indic \
9494
fonts-thai-tlwg-ttf \
9595
unzip \
96+
libu2f-udev \
97+
libvulkan1 \
9698
&& rm -rf /var/lib/apt/lists/*
9799

98100
# Install yarn

0 commit comments

Comments
 (0)