Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN STABLE_VERSION=$(curl ${CURL_DEFAULT_FLAGS} -fsSL "https://dl.k8s.io/release
# OpenTofu installation
# 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.
# Refs: https://opentofu.org/docs/intro/migration/terraform-1.8/
ENV OPENTOFU_VERSION=1.9.1
ENV OPENTOFU_VERSION=1.10.7
RUN echo "Installing OpenTofu ${OPENTOFU_VERSION}..." && \
mkdir -p /tmp/tofu && \
curl ${CURL_DEFAULT_FLAGS} \
Expand Down