Skip to content

Commit 98250af

Browse files
committed
[build] downgrade linux edgedriver to match discovered version of linux edge
1 parent 165a04d commit 98250af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ js_library(
165165

166166
http_archive(
167167
name = "linux_edgedriver",
168-
url = "https://msedgedriver.azureedge.net/135.0.3179.41/edgedriver_linux64.zip",
169-
sha256 = "ab0a8f5608aa7dcad67655348a6bbdf8257211a7fd56fc8241610472e7d1fdce",
168+
url = "https://msedgedriver.azureedge.net/134.0.3124.95/edgedriver_linux64.zip",
169+
sha256 = "fe4806a8b359729fa59a1e827fd464a8b76a7060725a615dc52b1f6d1a9a4446",
170170
build_file_content = """
171171
load("@aspect_rules_js//js:defs.bzl", "js_library")
172172
package(default_visibility = ["//visibility:public"])

0 commit comments

Comments
 (0)