From 804fe9efecdf114d165868345e3908d786c5957f 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: Tue, 3 Sep 2024 14:01:43 +0000 Subject: [PATCH] fix(cli-tools): update hashicorp/terraform (v1.9.1 -> v1.9.5) --- 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 271185f7..cda0c5a6 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.1" +ARG TERRAFORM_VERSION="1.9.5" ENV PATH="${PATH}:/opt/tfenv/bin" RUN --mount=type=tmpfs,target=/tmp \ --mount=type=tmpfs,target=/var/log \