Skip to content

Commit be422c7

Browse files
committed
jibri: update Chrome to M102
1 parent 1463df4 commit be422c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jibri/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN apt-dpkg-wrap apt-get update && \
1414

1515
#ARG CHROME_RELEASE=latest
1616
#ARG CHROMEDRIVER_MAJOR_RELEASE=latest
17-
ARG CHROME_RELEASE=101.0.4951.41
18-
ARG CHROMEDRIVER_MAJOR_RELEASE=101
17+
ARG CHROME_RELEASE=102.0.5005.61
18+
ARG CHROMEDRIVER_MAJOR_RELEASE=102
1919
COPY build/install-chrome.sh /install-chrome.sh
2020
RUN /install-chrome.sh && \
2121
rm /install-chrome.sh

0 commit comments

Comments
 (0)