Skip to content

Commit

Permalink
Merge pull request #2610 from lug-gh/terraform-v1.10.1
Browse files Browse the repository at this point in the history
terraform v1.10.1
  • Loading branch information
fiftin authored Dec 4, 2024
2 parents c091e11 + 082364e commit 8a569fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/docker/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg \


ENV OPENTOFU_VERSION="1.7.0"
ENV TERRAFORM_VERSION="1.10.0"
ENV TERRAFORM_VERSION="1.10.1"
#ENV PULUMI_VERSION="3.116.1"

RUN wget https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_${TARGETARCH}.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg \


ENV OPENTOFU_VERSION="1.7.0"
ENV TERRAFORM_VERSION="1.10.0"
ENV TERRAFORM_VERSION="1.10.1"
#ENV PULUMI_VERSION="3.116.1"

RUN wget https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_${TARGETARCH}.tar.gz && \
Expand Down

0 comments on commit 8a569fa

Please sign in to comment.