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 \