Skip to content

Commit

Permalink
Update install instructions to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmohr committed Nov 15, 2018
1 parent 2f876f4 commit db5229d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ container_repositories()

http_archive(
name = "io_bazel_rules_container_rpm",
sha256 = "515f74276684d47b54543ccf940a8ecdc3d8e31549efa0e968f5c191e8826bf3",
strip_prefix = "rules_container_rpm-0.0.1",
urls = ["https://github.com/rmohr/rules_container_rpm/archive/v0.0.1.tar.gz"],
sha256 = "d0a166040a5795acd3b04a557c8996f0abf5f9ede60a85aafa1a068e278b41a2",
strip_prefix = "rules_container_rpm-0.0.2",
urls = ["https://github.com/rmohr/rules_container_rpm/archive/v0.0.2.tar.gz"],
)

# Let's define the glibc rpm for reference in a rpm_image rule
Expand Down

0 comments on commit db5229d

Please sign in to comment.