Skip to content

Commit

Permalink
jibri: update Chrome to M102
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jun 10, 2022
1 parent 1463df4 commit be422c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jibri/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN apt-dpkg-wrap apt-get update && \

#ARG CHROME_RELEASE=latest
#ARG CHROMEDRIVER_MAJOR_RELEASE=latest
ARG CHROME_RELEASE=101.0.4951.41
ARG CHROMEDRIVER_MAJOR_RELEASE=101
ARG CHROME_RELEASE=102.0.5005.61
ARG CHROMEDRIVER_MAJOR_RELEASE=102
COPY build/install-chrome.sh /install-chrome.sh
RUN /install-chrome.sh && \
rm /install-chrome.sh
Expand Down

0 comments on commit be422c7

Please sign in to comment.