File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ ARG TARGETPLATFORM
12
12
ARG USE_CHROMIUM=0
13
13
# ARG CHROME_RELEASE=latest
14
14
# ARG CHROMEDRIVER_MAJOR_RELEASE=latest
15
- ARG CHROME_RELEASE=114 .0.5735.90
16
- ARG CHROMEDRIVER_MAJOR_RELEASE=114
15
+ ARG CHROME_RELEASE=116 .0.5845.96
16
+ ARG CHROMEDRIVER_MAJOR_RELEASE=116
17
17
18
18
COPY rootfs/ /
19
19
Original file line number Diff line number Diff line change 28
28
fi
29
29
30
30
CHROMEDRIVER_ZIP=" /tmp/chromedriver_linux64.zip"
31
- curl -4Lso ${CHROMEDRIVER_ZIP} " https://chromedriver.storage.googleapis .com/${CHROMEDRIVER_RELEASE} /chromedriver_linux64 .zip"
31
+ curl -4Lso ${CHROMEDRIVER_ZIP} " https://edgedl.me.gvt1 .com/edgedl/chrome/chrome-for-testing/ ${CHROMEDRIVER_RELEASE} /linux64/chromedriver-linux64 .zip"
32
32
unzip ${CHROMEDRIVER_ZIP} -d /tmp/chromedriver
33
33
mv /tmp/chromedriver/chromedriver /usr/bin/
34
34
chmod +x /usr/bin/chromedriver
You can’t perform that action at this time.
0 commit comments