diff --git a/tflib/publisher/main.tf b/tflib/publisher/main.tf index db9863182..01f99450d 100644 --- a/tflib/publisher/main.tf +++ b/tflib/publisher/main.tf @@ -92,7 +92,7 @@ locals { module "this" { source = "chainguard-dev/apko/publisher" - version = "0.0.16" + version = "0.0.17" target_repository = var.target_repository config = yamlencode(local.updated_config) @@ -105,7 +105,7 @@ module "this" { module "this-dev" { count = local.build-dev ? 1 : 0 source = "chainguard-dev/apko/publisher" - version = "0.0.16" + version = "0.0.17" target_repository = var.target_repository