Skip to content

Commit

Permalink
chore: update io_bazel_rules_docker commit hash to 0652537 (#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 24, 2021
1 parent 233254d commit c9e1367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/angular/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ http_archive(

http_archive(
name = "io_bazel_rules_docker",
sha256 = "b186488ebabb0c80baf6e6d9898d640349afe00e75f3ec5c9baa76ea52f7d1fe",
strip_prefix = "rules_docker-2a8565c52be9a98ecc1a2057e23ade8315860153",
urls = ["https://github.com/bazelbuild/rules_docker/archive/2a8565c52be9a98ecc1a2057e23ade8315860153.tar.gz"],
sha256 = "fb027829b9cecaddc82f7b051eb26cb905233278649aee35de2e7639ff52cea4",
strip_prefix = "rules_docker-06525377af957581828ce6c05385015c299b7c0f",
urls = ["https://github.com/bazelbuild/rules_docker/archive/06525377af957581828ce6c05385015c299b7c0f.tar.gz"],
)

load("@io_bazel_rules_docker//repositories:repositories.bzl", container_repositories = "repositories")
Expand Down
6 changes: 3 additions & 3 deletions examples/nestjs/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ yarn_install(

http_archive(
name = "io_bazel_rules_docker",
sha256 = "b186488ebabb0c80baf6e6d9898d640349afe00e75f3ec5c9baa76ea52f7d1fe",
strip_prefix = "rules_docker-2a8565c52be9a98ecc1a2057e23ade8315860153",
urls = ["https://github.com/bazelbuild/rules_docker/archive/2a8565c52be9a98ecc1a2057e23ade8315860153.tar.gz"],
sha256 = "fb027829b9cecaddc82f7b051eb26cb905233278649aee35de2e7639ff52cea4",
strip_prefix = "rules_docker-06525377af957581828ce6c05385015c299b7c0f",
urls = ["https://github.com/bazelbuild/rules_docker/archive/06525377af957581828ce6c05385015c299b7c0f.tar.gz"],
)

load(
Expand Down

0 comments on commit c9e1367

Please sign in to comment.