Skip to content

Commit

Permalink
Upgrade Chrome to 123.0.6312.105
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Apr 3, 2024
1 parent 9538bac commit 10507ad
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 @@ -6,7 +6,7 @@ Includes:

* JDK 8/11/17/21
* Maven 3.9.6
* Chrome 122.0.6261.69
* Chrome 123.0.6312.105
* ChromeDriver 122.0.6261.69

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 @@ -2,7 +2,7 @@ FROM maven:3.9.6-eclipse-temurin-11

# Google Chrome

ARG CHROME_VERSION=122.0.6261.69-1
ARG CHROME_VERSION=123.0.6312.105-1
RUN apt-get update -qqy \
&& apt-get -qqy install gpg unzip \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion jdk-17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM maven:3.9.6-eclipse-temurin-17

# Google Chrome

ARG CHROME_VERSION=122.0.6261.69-1
ARG CHROME_VERSION=123.0.6312.105-1
RUN apt-get update -qqy \
&& apt-get -qqy install gpg unzip \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion jdk-21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM maven:3.9.6-eclipse-temurin-21

# Google Chrome

ARG CHROME_VERSION=122.0.6261.69-1
ARG CHROME_VERSION=123.0.6312.105-1
RUN apt-get update -qqy \
&& apt-get -qqy install gpg unzip \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion jdk-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM maven:3.9.6-eclipse-temurin-8

# Google Chrome

ARG CHROME_VERSION=122.0.6261.69-1
ARG CHROME_VERSION=123.0.6312.105-1
RUN apt-get update -qqy \
&& apt-get -qqy install gpg unzip \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
Expand Down

0 comments on commit 10507ad

Please sign in to comment.