Skip to content

Commit

Permalink
test(deps): update terraform docker tag to v1.6.0 (#1541)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 4, 2023
1 parent 0e974b2 commit c706c06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -75,7 +75,7 @@ RUN install-tool rust 1.72.1
RUN install-tool swift 5.9.0

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.5.7
RUN install-tool terraform 1.6.0

# renovate: datasource=github-releases packageName=jsonnet-bundler/jsonnet-bundler
RUN install-tool jb v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Expand Up @@ -135,7 +135,7 @@ USER ${USER_ID}
SHELL ["/bin/sh", "-c"]

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.5.7
RUN install-tool terraform 1.6.0

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
Expand Up @@ -70,7 +70,7 @@ RUN install-tool kustomize 5.1.1
FROM base as test-terraform

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.5.7
RUN install-tool terraform 1.6.0

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

0 comments on commit c706c06

Please sign in to comment.