From 0b09c7f35a1cc9dee2f824d7c2c655a49db9ba89 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:35:57 +0000 Subject: [PATCH] chore(patch): update opentofu/opentofu to v1.10.9 #patch --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index aaab604f53..196efaaa12 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.32.9 # renovate: datasource=github-tags depName=opentofu/opentofu -ARG VERSION_OPENTOFU=1.10.8 +ARG VERSION_OPENTOFU=1.10.9 # renovate: datasource=github-tags depName=helm/helm ARG VERSION_HELM=3.19.5 # renovate: datasource=github-tags depName=kubernetes-sigs/kind