Skip to content

Commit

Permalink
chore(examples): upgrade ruels_docker
Browse files Browse the repository at this point in the history
Removes the need for --host_force_python=PY2
  • Loading branch information
Fabian Wiles authored and alexeagle committed Oct 23, 2019
1 parent f864462 commit befc129
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/angular/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,15 @@ http_archive(

http_archive(
name = "io_bazel_rules_docker",
sha256 = "aed1c249d4ec8f703edddf35cbe9dfaca0b5f5ea6e4cd9e83e99f3b0d1136c3d",
strip_prefix = "rules_docker-0.7.0",
urls = ["https://github.com/bazelbuild/rules_docker/archive/v0.7.0.tar.gz"],
sha256 = "413bb1ec0895a8d3249a01edf24b82fd06af3c8633c9fb833a0cb1d4b234d46d",
strip_prefix = "rules_docker-0.12.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.12.0/rules_docker-v0.12.0.tar.gz"],
)

load("@io_bazel_rules_docker//repositories:repositories.bzl", container_repositories = "repositories")

container_repositories()

load("@io_bazel_rules_docker//nodejs:image.bzl", nodejs_image_repos = "repositories")

nodejs_image_repos()
Expand Down

0 comments on commit befc129

Please sign in to comment.