We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7c9e6 commit b13ce5bCopy full SHA for b13ce5b
Dockerfile
@@ -9,7 +9,7 @@ ADD files/xvfb-daemon-run /usr/bin/xvfb-daemon-run
9
10
RUN \
11
CHROME_VERSION="google-chrome-stable" && \
12
- CHROME_DRIVER_VERSION="2.43" && \
+ CHROME_DRIVER_VERSION="75.0.3770.140" && \
13
apt-get update && \
14
apt-get dist-upgrade -y && \
15
apt-get install \
0 commit comments