Skip to content

Commit

Permalink
test(deps): update terraform docker tag to v1.10.4 (main) (#3901)
Browse files Browse the repository at this point in the history
test(deps): update terraform docker tag to v1.10.4

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 48a886d commit a66061d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN install-tool sops v3.9.3
RUN install-tool swift 6.0.3

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.10.3
RUN install-tool terraform 1.10.4

# renovate: datasource=github-releases packageName=jsonnet-bundler/jsonnet-bundler
RUN install-tool jb v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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.10.3
RUN install-tool terraform 1.10.4

WORKDIR /tmp
RUN mkdir $HOME/.tf-cache && TF_PLUGIN_CACHE_DIR=$HOME/.tf-cache terraform init
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN install-tool kustomize 5.5.0
FROM base AS test-terraform

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.10.3
RUN install-tool terraform 1.10.4

#--------------------------------------
# Image: vendir
Expand Down

0 comments on commit a66061d

Please sign in to comment.