Skip to content

Commit

Permalink
test(deps): update terraform docker tag to v1.5.5 (#1292)
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 Aug 9, 2023
1 parent 58fa865 commit e045c22
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 @@ -72,7 +72,7 @@ RUN install-tool rust 1.71.1
RUN install-tool swift 5.8.1

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.5.4
RUN install-tool terraform 1.5.5

# 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.4
RUN install-tool terraform 1.5.5

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 @@ -62,7 +62,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.4
RUN install-tool terraform 1.5.5

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

0 comments on commit e045c22

Please sign in to comment.