From 5c07cd3617c72a5f5a10997a55965be94702d27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 14:33:18 +0000 Subject: [PATCH] Bump chainguard-dev/oci from 0.0.21 to 0.0.22 Bumps [chainguard-dev/oci](https://github.com/chainguard-dev/terraform-provider-oci) from 0.0.21 to 0.0.22. - [Release notes](https://github.com/chainguard-dev/terraform-provider-oci/releases) - [Changelog](https://github.com/chainguard-dev/terraform-provider-oci/blob/main/.goreleaser.yml) - [Commits](https://github.com/chainguard-dev/terraform-provider-oci/compare/v0.0.21...v0.0.22) --- updated-dependencies: - dependency-name: chainguard-dev/oci dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 618f49a8..5851eb38 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { } oci = { source = "chainguard-dev/oci" - version = "0.0.21" + version = "0.0.22" } }