From a26ef83ef51d470f248323eb70a25bd8168fba7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:42:34 +0000 Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.8.6 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 16a3efb..00b8b93 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -22,7 +22,7 @@ ARG TARGETARCH ARG TOFU_VERSION # renovate: datasource=github-releases depName=opentofu/opentofu -ENV TOFU_VERSION="${TOFU_VERSION:-v1.8.5}" +ENV TOFU_VERSION="${TOFU_VERSION:-v1.8.6}" RUN apk --update add --virtual .build-deps libarchive-tools && \ apk add --no-cache curl git openssh-client && \