From 5f582fff3defabc9db905d73c34e30cffe26dff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:47:08 +0000 Subject: [PATCH] chore(deps): Bump chainguard-dev/oci from 0.1.6 to 0.1.7 Bumps [chainguard-dev/oci](https://github.com/chainguard-dev/terraform-provider-oci) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/chainguard-dev/terraform-provider-oci/releases) - [Commits](https://github.com/chainguard-dev/terraform-provider-oci/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: chainguard-dev/oci dependency-version: 0.1.7 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 c3de60b2..f881bf90 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { } oci = { source = "chainguard-dev/oci" - version = "0.1.6" + version = "0.1.7" } }