From e6634ecab5aab731becc68af760b48accfd07c53 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:38:05 +0000 Subject: [PATCH] feat: update opentofu/opentofu to v1.12.2 #minor --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ac0f647357..9685fa59d0 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -13,7 +13,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:2-ubuntu-22.04@sha256:81380e4c9 # renovate: datasource=github-tags depName=kubernetes/kubectl ARG VERSION_KUBECTL=1.34.6 # renovate: datasource=github-tags depName=opentofu/opentofu -ARG VERSION_OPENTOFU=1.11.8 +ARG VERSION_OPENTOFU=1.12.2 # renovate: datasource=github-tags depName=helm/helm ARG VERSION_HELM=3.20.2 # renovate: datasource=github-tags depName=kubernetes-sigs/kind