Skip to content

Commit

Permalink
Upgrade ChromeDriver to 120.0.6099.109
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Dec 23, 2023
1 parent 69d98ab commit 8831097
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Includes:
* JDK 8/11/17/21
* Maven 3.9.5
* Chrome 120.0.6099.129
* ChromeDriver 119.0.6045.105
* ChromeDriver 120.0.6099.109

Available on [Docker Hub](https://hub.docker.com/r/markhobson/maven-chrome/).

Expand Down
2 changes: 1 addition & 1 deletion jdk-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qqy \

# ChromeDriver

ARG CHROME_DRIVER_VERSION=119.0.6045.105
ARG CHROME_DRIVER_VERSION=120.0.6099.109
RUN wget -q -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \
&& unzip /tmp/chromedriver.zip -d /opt \
&& rm /tmp/chromedriver.zip \
Expand Down
2 changes: 1 addition & 1 deletion jdk-17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qqy \

# ChromeDriver

ARG CHROME_DRIVER_VERSION=119.0.6045.105
ARG CHROME_DRIVER_VERSION=120.0.6099.109
RUN wget -q -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \
&& unzip /tmp/chromedriver.zip -d /opt \
&& rm /tmp/chromedriver.zip \
Expand Down
2 changes: 1 addition & 1 deletion jdk-21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qqy \

# ChromeDriver

ARG CHROME_DRIVER_VERSION=119.0.6045.105
ARG CHROME_DRIVER_VERSION=120.0.6099.109
RUN wget -q -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \
&& unzip /tmp/chromedriver.zip -d /opt \
&& rm /tmp/chromedriver.zip \
Expand Down
2 changes: 1 addition & 1 deletion jdk-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qqy \

# ChromeDriver

ARG CHROME_DRIVER_VERSION=119.0.6045.105
ARG CHROME_DRIVER_VERSION=120.0.6099.109
RUN wget -q -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \
&& unzip /tmp/chromedriver.zip -d /opt \
&& rm /tmp/chromedriver.zip \
Expand Down

0 comments on commit 8831097

Please sign in to comment.