From b09c5ccd7cf8a5072cbc9f8d0e1a5b1f8982d4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:24:29 +0200 Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.7.3 (#67) 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 9d075dc..0e4106c 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.7.2}" +ENV TOFU_VERSION="${TOFU_VERSION:-v1.7.3}" RUN apk --update add --virtual .build-deps libarchive-tools && \ apk add --no-cache curl git openssh-client && \