Skip to content

Commit 7f836b4

Browse files
chore(deps): update dependency opentofu/opentofu to v1.10.7
1 parent 272a9e0 commit 7f836b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN STABLE_VERSION=$(curl ${CURL_DEFAULT_FLAGS} -fsSL "https://dl.k8s.io/release
7777
# OpenTofu installation
7878
# 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.
7979
# Refs: https://opentofu.org/docs/intro/migration/terraform-1.8/
80-
ENV OPENTOFU_VERSION=1.9.1
80+
ENV OPENTOFU_VERSION=1.10.7
8181
RUN echo "Installing OpenTofu ${OPENTOFU_VERSION}..." && \
8282
mkdir -p /tmp/tofu && \
8383
curl ${CURL_DEFAULT_FLAGS} \

0 commit comments

Comments
 (0)