Skip to content

Commit

Permalink
chore: update io_bazel_rules_docker commit hash to 2a8565c (bazel-con…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and twheys committed Jan 13, 2022
1 parent fc7a4c6 commit 9bc7ffa
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 = "0c7434820e7e6ffcadd19ab78180d568f9a326392615c5483f21e7b2a3f33a74",
strip_prefix = "rules_docker-f5f6ae6f34333d260585d4daad2ad002eb7db7c8",
urls = ["https://github.com/bazelbuild/rules_docker/archive/f5f6ae6f34333d260585d4daad2ad002eb7db7c8.tar.gz"],
sha256 = "b186488ebabb0c80baf6e6d9898d640349afe00e75f3ec5c9baa76ea52f7d1fe",
strip_prefix = "rules_docker-2a8565c52be9a98ecc1a2057e23ade8315860153",
urls = ["https://github.com/bazelbuild/rules_docker/archive/2a8565c52be9a98ecc1a2057e23ade8315860153.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 = "0c7434820e7e6ffcadd19ab78180d568f9a326392615c5483f21e7b2a3f33a74",
strip_prefix = "rules_docker-f5f6ae6f34333d260585d4daad2ad002eb7db7c8",
urls = ["https://github.com/bazelbuild/rules_docker/archive/f5f6ae6f34333d260585d4daad2ad002eb7db7c8.tar.gz"],
sha256 = "b186488ebabb0c80baf6e6d9898d640349afe00e75f3ec5c9baa76ea52f7d1fe",
strip_prefix = "rules_docker-2a8565c52be9a98ecc1a2057e23ade8315860153",
urls = ["https://github.com/bazelbuild/rules_docker/archive/2a8565c52be9a98ecc1a2057e23ade8315860153.tar.gz"],
)

load(
Expand Down

0 comments on commit 9bc7ffa

Please sign in to comment.