This commit is contained in:
lug-gh 2024-12-04 12:39:34 +01:00
parent 3f0c8846cd
commit 082364e338
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg \
ENV OPENTOFU_VERSION="1.7.0" ENV OPENTOFU_VERSION="1.7.0"
ENV TERRAFORM_VERSION="1.10.0" ENV TERRAFORM_VERSION="1.10.1"
#ENV PULUMI_VERSION="3.116.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 && \ RUN wget https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_${TARGETARCH}.tar.gz && \

View File

@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg \
ENV OPENTOFU_VERSION="1.7.0" ENV OPENTOFU_VERSION="1.7.0"
ENV TERRAFORM_VERSION="1.10.0" ENV TERRAFORM_VERSION="1.10.1"
#ENV PULUMI_VERSION="3.116.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 && \ RUN wget https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_${TARGETARCH}.tar.gz && \