We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1e8ad commit 345f07cCopy full SHA for 345f07c
Dockerfile
@@ -82,7 +82,7 @@ RUN STABLE_VERSION=$(curl ${CURL_DEFAULT_FLAGS} -fsSL "https://dl.k8s.io/release
82
# OpenTofu installation
83
# 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.
84
# Refs: https://opentofu.org/docs/intro/migration/terraform-1.8/
85
-ENV OPENTOFU_VERSION=1.9.1
+ENV OPENTOFU_VERSION=1.11.5
86
RUN echo "Installing OpenTofu ${OPENTOFU_VERSION}..." && \
87
mkdir -p /tmp/tofu && \
88
curl ${CURL_DEFAULT_FLAGS} \
0 commit comments