Skip to content

Commit

Permalink
Update WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
ztl8702 authored Jul 18, 2020
1 parent 7337d89 commit 4655fdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ rules_typescript_proto_dependencies()
# docker
###################################

# Download the rules_docker repository at release v0.14.3
# Download the rules_docker repository at release v0.14.4
http_archive(
name = "io_bazel_rules_docker",
sha256 = "6287241e033d247e9da5ff705dd6ef526bac39ae82f3d17de1b69f8cb313f9cd",
strip_prefix = "rules_docker-0.14.3",
urls = ["https://" + GITHUB_COM + "/bazelbuild/rules_docker/releases/download/v0.14.3/rules_docker-v0.14.3.tar.gz"],
#sha256 = "6287241e033d247e9da5ff705dd6ef526bac39ae82f3d17de1b69f8cb313f9cd",
strip_prefix = "rules_docker-0.14.4",
urls = ["https://" + GITHUB_COM + "/bazelbuild/rules_docker/releases/download/v0.14.3/rules_docker-v0.14.4.tar.gz"],
)

load(
Expand Down

0 comments on commit 4655fdb

Please sign in to comment.