Skip to content

Commit

Permalink
chore: bump minimum bazel-lib
Browse files Browse the repository at this point in the history
Pick up the change to execution requirements.
Fixes #425
  • Loading branch information
alexeagle committed Jan 12, 2024
1 parent db9273a commit 48b2013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/private/pull.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _IMAGE_REFERENCE_ATTRS = {
),
"config": attr.label(
# TODO(2.0): remove
doc = "Label to a .docker/config.json file. `config` attribute overrides `config_path` attribute. DEPRECATED, will be removed in 2.0",
doc = "Label to a .docker/ file. `config` attribute overrides `config_path` attribute. DEPRECATED, will be removed in 2.0",
allow_single_file = True,
),
"config_path": attr.label(
Expand Down

0 comments on commit 48b2013

Please sign in to comment.