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 272a9e0 commit 7f836b4Copy full SHA for 7f836b4
Dockerfile
@@ -77,7 +77,7 @@ RUN STABLE_VERSION=$(curl ${CURL_DEFAULT_FLAGS} -fsSL "https://dl.k8s.io/release
77
# OpenTofu installation
78
# 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.
79
# Refs: https://opentofu.org/docs/intro/migration/terraform-1.8/
80
-ENV OPENTOFU_VERSION=1.9.1
+ENV OPENTOFU_VERSION=1.10.7
81
RUN echo "Installing OpenTofu ${OPENTOFU_VERSION}..." && \
82
mkdir -p /tmp/tofu && \
83
curl ${CURL_DEFAULT_FLAGS} \
0 commit comments