-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Bump chrome to 128.0.6613.84-1 (#2946)
* 👷 Bump chrome to 128.0.6613.84-1 * add new chrome dependency * update debian to bookworm (latest stable) * update aws-cli setup python2 (aka 'python' on Debian) is not available anymore in Bookworm. So we would need to upgrade to python3, but the only thing that uses python is aws-cli, and newer version of aws-cli includes its own python version. So let's remove python altogether and use the newer version of aws-cli instead. * remove jq and stylistic Dockerfile update jq isn't used anymore, let's remove it from our dependencies. --------- Co-authored-by: ci.browser-sdk <[email protected]> Co-authored-by: Benoît Zugmeyer <[email protected]>
- Loading branch information
1 parent
1202329
commit 0c401ab
Showing
2 changed files
with
21 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
variables: | ||
CURRENT_STAGING: staging-37 | ||
APP: 'browser-sdk' | ||
CURRENT_CI_IMAGE: 69 | ||
CURRENT_CI_IMAGE: 70 | ||
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io' | ||
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE' | ||
GIT_REPOSITORY: '[email protected]:DataDog/browser-sdk.git' | ||
MAIN_BRANCH: 'main' | ||
NEXT_MAJOR_BRANCH: 'v6' | ||
CHROME_PACKAGE_VERSION: 127.0.6533.72-1 | ||
CHROME_PACKAGE_VERSION: 128.0.6613.84-1 | ||
|
||
cache: | ||
key: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters