From b00d35a1370d0e8a560bfca83bf46c9cd7dc0012 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 01:58:30 +0000 Subject: [PATCH] chore(patch): update opentofu/opentofu to v1.10.8 #patch --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 25c747065b..fe272cb142 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.7 +ARG VERSION_OPENTOFU=1.10.8 # renovate: datasource=github-tags depName=helm/helm ARG VERSION_HELM=3.19.2 # renovate: datasource=github-tags depName=kubernetes-sigs/kind