File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM ${JITSI_REPO}/base-java:${BASE_TAG}
4
4
5
5
# ARG CHROME_RELEASE=latest
6
6
# 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
9
9
10
10
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
11
11
@@ -24,10 +24,10 @@ RUN \
24
24
|| true
25
25
26
26
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" \
29
29
&& 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" \
31
31
&& apt-cleanup \
32
32
|| true
33
33
You can’t perform that action at this time.
0 commit comments