Skip to content

Commit 5d68246

Browse files
author
PeterYinusa
committed
update chrome binary to v103
1 parent cc3feed commit 5d68246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/scripts/chrome-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ set -u
55
set -o pipefail
66

77
# To get the latest version, see <https://www.ubuntuupdates.org/ppa/google_chrome?dist=stable>
8-
CHROME_VERSION='102.0.5005.61-1'
8+
CHROME_VERSION='103.0.5060.53-1'
99
CHROME_BINARY="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
1010
CHROME_BINARY_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${CHROME_BINARY}"
1111

1212
# To retrieve this checksum, run the `wget` and `shasum` commands below
13-
CHROME_BINARY_SHA512SUM='dd701b99febf7d927657f38716d90f3a0b967ae75dac5f6e8fbf9df632c8a531ccb9f37ee09340ad730b4fe40d0564c1b64201121d2d3e4e503f3f167ca632cd'
13+
CHROME_BINARY_SHA512SUM='36f4e79f46cb71c1431dccf1489f5f8e89d35204a717a4618c7f6f638123ddc2b37bd5cbd00498be8f84c7713149f2faa447cb6da3518be1cb9703e99d110e1a'
1414

1515
wget -O "${CHROME_BINARY}" -t 5 "${CHROME_BINARY_URL}"
1616

0 commit comments

Comments
 (0)