Skip to content

Commit ce336ad

Browse files
chore(deps): update dependency opentofu/opentofu to v1.10.5
1 parent 5f9862a commit ce336ad

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
@@ -72,7 +72,7 @@ RUN echo "Installing kubectl using the stable version of ${KUBECTL_STABLE_VERSIO
7272
# OpenTofu installation
7373
# 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.
7474
# Refs: https://opentofu.org/docs/intro/migration/terraform-1.8/
75-
ENV OPENTOFU_VERSION=1.9.1
75+
ENV OPENTOFU_VERSION=1.10.5
7676
RUN echo "Installing OpenTofu ${OPENTOFU_VERSION}..." && \
7777
mkdir -p /tmp/tofu && \
7878
curl ${CURL_DEFAULT_FLAGS} \

0 commit comments

Comments
 (0)