Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Mar 10, 2024
1 parent 7dc6388 commit f5af78e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ buildifier_prebuilt_register_toolchains()

# Test262
TEST262_COMMIT = "ade328d530525333751e8a3b58f02e18624da085"

DOCKER_RULES_COMMIT = "b6231a43e19b7d2a32c7a7487ce9f4f40d85e992"

http_archive(
Expand All @@ -200,8 +201,8 @@ http_archive(
http_archive(
name = "io_bazel_rules_docker",
sha256 = "d429279fa3f1ccd2a44c5db8cd995a06564fa9a349e6fd48dded19fc66d131b6",
type = "tar.gz",
strip_prefix = "rules_docker-%s" % DOCKER_RULES_COMMIT,
type = "tar.gz",
urls = ["https://github.com/bassco/rules_docker/archive/%s.tar.gz" % DOCKER_RULES_COMMIT],
)

Expand Down

0 comments on commit f5af78e

Please sign in to comment.