Skip to content

Commit

Permalink
Upgrade rules_docker for 'cfg = "exec"' change
Browse files Browse the repository at this point in the history
This hopefully resolves #620.
  • Loading branch information
mostynb committed Dec 16, 2022
1 parent d8e9f56 commit 86bcd3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ gazelle_dependencies()

http_archive(
name = "io_bazel_rules_docker",
sha256 = "b1e80761a8a8243d03ebca8845e9cc1ba6c82ce7c5179ce2b295cd36f7e394bf",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.25.0/rules_docker-v0.25.0.tar.gz"],
# Waiting for the next release after v0.25.0 ...
sha256 = "9cdc7ac9f19fa3ad49cf9ba9f50652f0067df5c347dafdbdfe84c6c37a8ed62b",
strip_prefix = "rules_docker-48ad6d6df43d1e4b9feeec961995aef01dd72080",
urls = ["https://github.com/bazelbuild/rules_docker/archive/48ad6d6df43d1e4b9feeec961995aef01dd72080.tar.gz"],
)

load(
Expand Down

0 comments on commit 86bcd3b

Please sign in to comment.