diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 7e9fffe291..b6cc8e3080 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -125,7 +125,7 @@ RUN set -ex; \ true # renovate: datasource=docker packageName=hashicorp/terraform versioning=docker -RUN install-tool terraform 1.15.4 +RUN install-tool terraform 1.15.5 # renovate: datasource=github-releases packageName=opentofu/opentofu RUN install-tool tofu 1.12.0 diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index d7a85b4807..3d6679a38d 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.15.4 +RUN install-tool terraform 1.15.5 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 f69ae8f00f..23de0013e5 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.15.4 +RUN install-tool terraform 1.15.5 #-------------------------------------- # Image: tofu