From 7a1ed5ed210e0da1e6842f16498794318deea00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:22:04 +0000 Subject: [PATCH] chore(deps): Bump chainguard-dev/oci from 0.1.5 to 0.1.6 Bumps [chainguard-dev/oci](https://github.com/chainguard-dev/terraform-provider-oci) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/chainguard-dev/terraform-provider-oci/releases) - [Commits](https://github.com/chainguard-dev/terraform-provider-oci/compare/v0.1.5...v0.1.6) --- updated-dependencies: - dependency-name: chainguard-dev/oci dependency-version: 0.1.6 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 91fad996..bbecee8f 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { } oci = { source = "chainguard-dev/oci" - version = "0.1.5" + version = "0.1.6" } }