Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 5e405b7

Browse files
committed
Upgrade Chrome patch to 59.0.3071.115
1 parent 6cf8c4a commit 5e405b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For pull requests or local commits:
1212

1313
For repository owners only:
1414

15-
git commit -m "Upgrade Chrome patch to 59.0.3071.104"
15+
git commit -m "Upgrade Chrome patch to 59.0.3071.115"
1616
git tag -d latest; git tag -d `cat VERSION`; git push origin :`cat VERSION`; git tag `cat VERSION` && git push --force origin tmp-`cat VERSION` && git push --tags
1717

1818
-- Wait for Travis to pass OK
@@ -28,7 +28,7 @@ For repository owners only:
2828
### Chrome artifact
2929
Keep certain bins if chrome version changed for example:
3030

31-
cd ~/tmp_binaries && VER="59.0.3071.109" && NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
31+
cd ~/tmp_binaries && VER="59.0.3071.115" && NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
3232
wget -nv --show-progress -O ${NAME}.deb "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
3333
md5sum ${NAME}.deb > ${NAME}.md5 && shasum ${NAME}.deb > ${NAME}.sha && cp ${NAME}.md5 ${NAME}.sha ~/dosel/binaries
3434

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,13 +585,13 @@ RUN wget --no-verbose -O geckodriver.tar.gz \
585585
#===============
586586
# TODO: Use Google fingerprint to verify downloads
587587
# https://www.google.de/linuxrepositories/
588-
ENV CHROME_VERSION_TRIGGER="59.0.3071.109" \
588+
ENV CHROME_VERSION_TRIGGER="59.0.3071.115" \
589589
CHROME_URL="https://dl.google.com/linux/direct" \
590590
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
591591
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
592592

593-
LABEL selenium_chrome_version "59.0.3071.109"
594-
LABEL selenium3_chrome_version "59.0.3071.109"
593+
LABEL selenium_chrome_version "59.0.3071.115"
594+
LABEL selenium3_chrome_version "59.0.3071.115"
595595

596596
# Layer size: huge: 196.3 MB
597597
RUN apt-get -qqy update \

0 commit comments

Comments
 (0)