From 88744f2ca2484e339f864b0a30124b55e7533167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:41:46 +0100 Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.6.1 (#2) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 4a0a129..5035c85 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.6.0}" +ENV TOFU_VERSION="${TOFU_VERSION:-v1.6.1}" RUN apk --update add --virtual .build-deps curl libarchive-tools && \ curl -SsfL "https://github.com/opentofu/opentofu/releases/download/${TOFU_VERSION}/tofu_${TOFU_VERSION##v}_linux_amd64.zip" | \