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 \