Skip to content

Commit

Permalink
Upgrade ChromeDriver to 123.0.6312.86
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Apr 3, 2024
1 parent 10507ad commit 67c636f
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.6
* Chrome 123.0.6312.105
* ChromeDriver 122.0.6261.69
* ChromeDriver 123.0.6312.86

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=122.0.6261.69
ARG CHROME_DRIVER_VERSION=123.0.6312.86
RUN wget -q -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$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=122.0.6261.69
ARG CHROME_DRIVER_VERSION=123.0.6312.86
RUN wget -q -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$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=122.0.6261.69
ARG CHROME_DRIVER_VERSION=123.0.6312.86
RUN wget -q -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$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=122.0.6261.69
ARG CHROME_DRIVER_VERSION=123.0.6312.86
RUN wget -q -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \
&& unzip /tmp/chromedriver.zip -d /opt \
&& rm /tmp/chromedriver.zip \
Expand Down

0 comments on commit 67c636f

Please sign in to comment.