From 884d33f454420f4037a8f08eaff3e10045ea5203 Mon Sep 17 00:00:00 2001 From: Roman Mohr Date: Thu, 15 Nov 2018 18:01:40 +0100 Subject: [PATCH] Update install instructions to v0.0.3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4e0c23..595cd00 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ container_repositories() http_archive( name = "io_bazel_rules_container_rpm", - sha256 = "d0a166040a5795acd3b04a557c8996f0abf5f9ede60a85aafa1a068e278b41a2", - strip_prefix = "rules_container_rpm-0.0.2", - urls = ["https://github.com/rmohr/rules_container_rpm/archive/v0.0.2.tar.gz"], + sha256 = "7ace5bc7aa10697196d3c48ef5d73b0fc52b6e27c0bad3ce10751f66c5cc383c", + strip_prefix = "rules_container_rpm-0.0.3", + urls = ["https://github.com/rmohr/rules_container_rpm/archive/v0.0.3.tar.gz"], ) # Let's define the glibc rpm for reference in a rpm_image rule