Skip to content

Commit

Permalink
Upgrade ChromeDriver to 130.0.6723.91
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Nov 2, 2024
1 parent cd7fc83 commit f45e932
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 11/17/21
* Maven 3.9.9
* Chrome 130.0.6723.91
* ChromeDriver 130.0.6723.58
* ChromeDriver 130.0.6723.91

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=130.0.6723.58
ARG CHROME_DRIVER_VERSION=130.0.6723.91
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=130.0.6723.58
ARG CHROME_DRIVER_VERSION=130.0.6723.91
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=130.0.6723.58
ARG CHROME_DRIVER_VERSION=130.0.6723.91
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 f45e932

Please sign in to comment.