Skip to content

Commit 2c0a793

Browse files
committed
jibri: update Chrome to 116
Note the URL for the ChromeDriver has changed now.
1 parent 916bccb commit 2c0a793

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jibri/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ARG TARGETPLATFORM
1212
ARG USE_CHROMIUM=0
1313
#ARG CHROME_RELEASE=latest
1414
#ARG CHROMEDRIVER_MAJOR_RELEASE=latest
15-
ARG CHROME_RELEASE=114.0.5735.90
16-
ARG CHROMEDRIVER_MAJOR_RELEASE=114
15+
ARG CHROME_RELEASE=116.0.5845.96
16+
ARG CHROMEDRIVER_MAJOR_RELEASE=116
1717

1818
COPY rootfs/ /
1919

jibri/rootfs/usr/bin/install-chrome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
fi
2929

3030
CHROMEDRIVER_ZIP="/tmp/chromedriver_linux64.zip"
31-
curl -4Lso ${CHROMEDRIVER_ZIP} "https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_RELEASE}/chromedriver_linux64.zip"
31+
curl -4Lso ${CHROMEDRIVER_ZIP} "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${CHROMEDRIVER_RELEASE}/linux64/chromedriver-linux64.zip"
3232
unzip ${CHROMEDRIVER_ZIP} -d /tmp/chromedriver
3333
mv /tmp/chromedriver/chromedriver /usr/bin/
3434
chmod +x /usr/bin/chromedriver

0 commit comments

Comments
 (0)