Skip to content

Commit a9c3730

Browse files
authored
chore: bump opentofu to 1.8.8, add tf 1.9.8, and drop 1.6/1.7 support (#5211)
Signed-off-by: Rui Chen <[email protected]>
1 parent d473fe0 commit a9c3730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG GOLANG_TAG=1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8
77
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
88
ARG DEFAULT_TERRAFORM_VERSION=1.10.3
99
# renovate: datasource=github-releases depName=opentofu/opentofu versioning=hashicorp
10-
ARG DEFAULT_OPENTOFU_VERSION=1.8.7
10+
ARG DEFAULT_OPENTOFU_VERSION=1.8.8
1111
# renovate: datasource=github-releases depName=open-policy-agent/conftest
1212
ARG DEFAULT_CONFTEST_VERSION=0.56.0
1313

@@ -122,7 +122,7 @@ RUN ./download-release.sh \
122122
"terraform" \
123123
"${TARGETPLATFORM}" \
124124
"${DEFAULT_TERRAFORM_VERSION}" \
125-
"1.6.6 1.7.5 1.8.5 ${DEFAULT_TERRAFORM_VERSION}" \
125+
"1.8.5 1.9.8 ${DEFAULT_TERRAFORM_VERSION}" \
126126
&& ./download-release.sh \
127127
"tofu" \
128128
"${TARGETPLATFORM}" \

0 commit comments

Comments
 (0)