diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 33234e5702..41eaab215b 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -116,7 +116,7 @@ RUN install-tool sops v3.12.2 RUN install-tool swift 6.3.1 # renovate: datasource=docker packageName=hashicorp/terraform versioning=docker -RUN install-tool terraform 1.14.9 +RUN install-tool terraform 1.15.0 # renovate: datasource=github-releases packageName=opentofu/opentofu RUN install-tool tofu 1.11.6 diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index 3b41b92478..4755aacf95 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -162,7 +162,7 @@ SHELL ["/bin/sh", "-c"] RUN set -ex; id | grep "uid=${USER_ID}(${USER_NAME}) gid=${PRIMARY_GROUP_ID}(${USER_NAME}) groups=${USER_ID}(${USER_NAME}),0(root)" # renovate: datasource=docker packageName=hashicorp/terraform versioning=docker -RUN install-tool terraform 1.14.9 +RUN install-tool terraform 1.15.0 WORKDIR /tmp RUN mkdir $HOME/.tf-cache && TF_PLUGIN_CACHE_DIR=$HOME/.tf-cache terraform init diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index 221611db09..697901e50c 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -150,7 +150,7 @@ RUN nuget search nuget.commandline -Take 1 FROM base AS test-terraform # renovate: datasource=docker packageName=hashicorp/terraform versioning=docker -RUN install-tool terraform 1.14.9 +RUN install-tool terraform 1.15.0 #-------------------------------------- # Image: tofu