Skip to content

Commit a77a43e

Browse files
committed
jibri: update default Chrome version to 90
1 parent a90e4ce commit a77a43e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jibri/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM ${JITSI_REPO}/base-java:${BASE_TAG}
44

55
#ARG CHROME_RELEASE=latest
66
#ARG CHROMEDRIVER_MAJOR_RELEASE=latest
7-
ARG CHROME_RELEASE=78.0.3904.97
8-
ARG CHROMEDRIVER_MAJOR_RELEASE=78
7+
ARG CHROME_RELEASE=90.0.4430.212
8+
ARG CHROMEDRIVER_MAJOR_RELEASE=90
99

1010
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1111

@@ -24,10 +24,10 @@ RUN \
2424
|| true
2525

2626
RUN \
27-
[ "${CHROME_RELEASE}" != "latest" ] \
28-
&& curl -4so "/tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" "http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" \
27+
[ "${CHROME_RELEASE}" != "latest" ] \
28+
&& curl -4so "/tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" "http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" \
2929
&& apt-dpkg-wrap apt-get update \
30-
&& apt-dpkg-wrap apt-get install -y "/tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" \
30+
&& apt-dpkg-wrap apt-get install -y "/tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" \
3131
&& apt-cleanup \
3232
|| true
3333

0 commit comments

Comments
 (0)