From 7b7702ed50cdee871fe45c314dc92f7ca84e6d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 13:32:53 +0000 Subject: [PATCH] Bump chainguard-dev/oci from 0.0.20 to 0.0.21 Bumps [chainguard-dev/oci](https://github.com/chainguard-dev/terraform-provider-oci) from 0.0.20 to 0.0.21. - [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.20...v0.0.21) --- updated-dependencies: - dependency-name: chainguard-dev/oci dependency-version: 0.0.21 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 7ac49529..e7a2ce80 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { } oci = { source = "chainguard-dev/oci" - version = "0.0.20" + version = "0.0.21" } }