We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acff0f commit bc01750Copy full SHA for bc01750
Dockerfile
@@ -68,7 +68,7 @@ RUN echo "Installing kubectl using the stable version of ${KUBECTL_STABLE_VERSIO
68
# OpenTofu installation
69
# NOTE: When migrating from Terraform 1.8.x, please migrate to OpenTofu 1.8.2 first, then upgrade your OpenTofu installation to the latest version.
70
# Refs: https://opentofu.org/docs/intro/migration/terraform-1.8/
71
-ENV OPENTOFU_VERSION=1.9.1
+ENV OPENTOFU_VERSION=1.10.5
72
RUN echo "Installing OpenTofu ${OPENTOFU_VERSION}..." && \
73
mkdir -p /tmp/tofu && \
74
curl -sLo /tmp/tofu/tofu.tar.gz https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_${TARGETARCH}.tar.gz && \
0 commit comments