Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent fddd667 commit 4036b97
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.2
RUN install-tool swift 6.0.2

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.10.1
RUN install-tool terraform 1.10.2

# 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.1
RUN install-tool terraform 1.10.2

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.1
RUN install-tool terraform 1.10.2

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

0 comments on commit 4036b97

Please sign in to comment.