Skip to content

Commit

Permalink
Merge pull request #520 from tweag/renovate/io_bazel_rules_docker-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency io_bazel_rules_docker to v0.25.0
  • Loading branch information
mergify[bot] committed Jun 20, 2024
2 parents a33952b + 0976a80 commit 95b3f03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/python-container/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ nixpkgs_python_configure(
#########
http_archive(
name = "io_bazel_rules_docker",
sha256 = "27d53c1d646fc9537a70427ad7b034734d08a9c38924cc6357cc973fed300820",
strip_prefix = "rules_docker-0.24.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.24.0/rules_docker-v0.24.0.tar.gz"],
sha256 = "b1e80761a8a8243d03ebca8845e9cc1ba6c82ce7c5179ce2b295cd36f7e394bf",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.25.0/rules_docker-v0.25.0.tar.gz"],
)

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

0 comments on commit 95b3f03

Please sign in to comment.