Skip to content

Commit f2c159c

Browse files
test(deps): update terraform docker tag to v1.13.4 (main) (#5249)
test(deps): update terraform docker tag to v1.13.4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c18335 commit f2c159c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RUN install-tool sops v3.11.0
114114
RUN install-tool swift 6.1.3
115115

116116
# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
117-
RUN install-tool terraform 1.13.3
117+
RUN install-tool terraform 1.13.4
118118

119119
# renovate: datasource=github-releases packageName=opentofu/opentofu
120120
RUN install-tool tofu 1.10.6

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ SHELL ["/bin/sh", "-c"]
162162
RUN set -ex; id | grep "uid=${USER_ID}(${USER_NAME}) gid=${PRIMARY_GROUP_ID}(${USER_NAME}) groups=${USER_ID}(${USER_NAME}),0(root)"
163163

164164
# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
165-
RUN install-tool terraform 1.13.3
165+
RUN install-tool terraform 1.13.4
166166

167167
WORKDIR /tmp
168168
RUN mkdir $HOME/.tf-cache && TF_PLUGIN_CACHE_DIR=$HOME/.tf-cache terraform init

test/latest/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN install-tool kustomize 5.7.1
126126
FROM base AS test-terraform
127127

128128
# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
129-
RUN install-tool terraform 1.13.3
129+
RUN install-tool terraform 1.13.4
130130

131131
#--------------------------------------
132132
# Image: tofu

0 commit comments

Comments
 (0)