diff --git a/images/wolfictl/configs/latest.apko.yaml b/images/wolfictl/configs/latest.apko.yaml index ab3c6d9a..fa676760 100644 --- a/images/wolfictl/configs/latest.apko.yaml +++ b/images/wolfictl/configs/latest.apko.yaml @@ -14,4 +14,4 @@ contents: entrypoint: command: /usr/bin/wolfictl -command: -h +cmd: -h diff --git a/tflib/publisher/main.tf b/tflib/publisher/main.tf index f48ec8cc..7f615df4 100644 --- a/tflib/publisher/main.tf +++ b/tflib/publisher/main.tf @@ -2,11 +2,11 @@ terraform { required_providers { cosign = { source = "chainguard-dev/cosign" - version = "0.0.16" + version = "0.0.17" } apko = { source = "chainguard-dev/apko" - version = "0.8.9" + version = "0.12.0" } } } @@ -22,7 +22,7 @@ variable "extra_packages" { module "this" { source = "chainguard-dev/apko/publisher" - version = "0.0.9" + version = "0.0.10" target_repository = var.target_repository config = var.config