From 3d4881c8f5525707b7bfef038320bcd8ed67e58c Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:07:23 +0000 Subject: [PATCH] fix(cli-tools): update hashicorp/terraform (v1.9.5 -> v1.9.6) --- images/homelab-workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index 9364a379..83a7a831 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -317,7 +317,7 @@ WORKDIR /tmp # renovate: datasource=github-releases depName=tfutils/tfenv ARG TFENV_VERSION="3.0.0" # renovate: datasource=github-releases depName=hashicorp/terraform -ARG TERRAFORM_VERSION="1.9.5" +ARG TERRAFORM_VERSION="1.9.6" ENV PATH="${PATH}:/opt/tfenv/bin" RUN --mount=type=tmpfs,target=/tmp \ --mount=type=tmpfs,target=/var/log \