Skip to content

Commit 3c96350

Browse files
committed
[bazel] Bump to bazel 4.0.0
1 parent 6e6a8fc commit 3c96350

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
4.0.0

WORKSPACE

+6-7
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,10 @@ bazel_skylib_workspace()
5151

5252
http_archive(
5353
name = "bazel_toolchains",
54-
sha256 = "8e0633dfb59f704594f19ae996a35650747adc621ada5e8b9fb588f808c89cb0",
55-
strip_prefix = "bazel-toolchains-3.7.0",
54+
sha256 = "1adf5db506a7e3c465a26988514cfc3971af6d5b3c2218925cd6e71ee443fc3f",
55+
strip_prefix = "bazel-toolchains-4.0.0",
5656
urls = [
57-
"https://github.com/bazelbuild/bazel-toolchains/releases/download/3.7.0/bazel-toolchains-3.7.0.tar.gz",
58-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/3.7.0/bazel-toolchains-3.7.0.tar.gz",
57+
"https://github.com/bazelbuild/bazel-toolchains/releases/download/4.0.0/bazel-toolchains-4.0.0.tar.gz"
5958
],
6059
)
6160

@@ -174,9 +173,9 @@ http_archive(
174173

175174
http_archive(
176175
name = "io_bazel_rules_docker",
177-
sha256 = "2fc3fe7be1daed0dcb249cced962ee10a1303de20b0d8837f2d99150fcbfca2e",
178-
strip_prefix = "rules_docker-feaaebdd3162fb643494af07698f56ca9aba1241",
179-
urls = ["https://github.com/bazelbuild/rules_docker/archive/feaaebdd3162fb643494af07698f56ca9aba1241.zip"],
176+
sha256 = "df3ef4a4b53b0145c9751c1e2a840f900e322e7798612a46257abe285d046dc5",
177+
strip_prefix = "rules_docker-7da0de3d094aae5601c45ae0855b64fb2771cd72",
178+
urls = ["https://github.com/bazelbuild/rules_docker/archive/7da0de3d094aae5601c45ae0855b64fb2771cd72.zip"],
180179
)
181180

182181
load(

0 commit comments

Comments
 (0)