Skip to content

Commit bc01750

Browse files
chore(deps): update dependency opentofu/opentofu to v1.10.5
1 parent 4acff0f commit bc01750

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
@@ -68,7 +68,7 @@ RUN echo "Installing kubectl using the stable version of ${KUBECTL_STABLE_VERSIO
6868
# OpenTofu installation
6969
# 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.
7070
# Refs: https://opentofu.org/docs/intro/migration/terraform-1.8/
71-
ENV OPENTOFU_VERSION=1.9.1
71+
ENV OPENTOFU_VERSION=1.10.5
7272
RUN echo "Installing OpenTofu ${OPENTOFU_VERSION}..." && \
7373
mkdir -p /tmp/tofu && \
7474
curl -sLo /tmp/tofu/tofu.tar.gz https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_${TARGETARCH}.tar.gz && \

0 commit comments

Comments
 (0)