File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ USER seluser
33
33
# can specify versions by CHROME_DRIVER_VERSION
34
34
# Latest released version will be used by default
35
35
#============================================
36
- ARG CHROME_DRIVER_VERSION="latest "
37
- RUN CD_VERSION=$(if [ ${CHROME_DRIVER_VERSION:-latest} = "latest" ]; then echo $(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE); else echo $ CHROME_DRIVER_VERSION; fi ) \
36
+ ARG CHROME_DRIVER_VERSION="73.0.3683.68 "
37
+ RUN CD_VERSION=$(echo $CHROME_DRIVER_VERSION) \
38
38
&& echo "Using chromedriver version: "$CD_VERSION \
39
39
&& wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CD_VERSION/chromedriver_linux64.zip \
40
40
&& rm -rf /opt/selenium/chromedriver \
You can’t perform that action at this time.
0 commit comments