Skip to content

Commit aa17090

Browse files
committed
Updated opentofu
1 parent b72a511 commit aa17090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
CGO_ENABLED: 0
136136
- name: Download binaries
137137
run: |
138-
curl -L -o tofu https://github.com/OctopusSolutionsEngineering/opentofu/releases/download/v1.10.6.2/tofu
138+
curl -L -o tofu https://github.com/OctopusSolutionsEngineering/opentofu/releases/download/v1.10.6.3/tofu
139139
cp tofu functions/binaries
140140
chmod +x functions/binaries/tofu
141141
curl -L -o functions/binaries/opa_linux_amd64 https://github.com/open-policy-agent/opa/releases/download/v1.3.0/opa_linux_amd64

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o main cmd/web/main.go
1515
RUN mkdir binaries
1616
RUN curl -L -o binaries/opa_linux_amd64 https://github.com/open-policy-agent/opa/releases/download/v1.3.0/opa_linux_amd64
1717
RUN chmod +x binaries/opa_linux_amd64
18-
RUN curl -L -o binaries/tofu https://github.com/OctopusSolutionsEngineering/opentofu/releases/download/v1.10.6.2/tofu
18+
RUN curl -L -o binaries/tofu https://github.com/OctopusSolutionsEngineering/opentofu/releases/download/v1.10.6.3/tofu
1919
RUN chmod +x binaries/tofu
2020
RUN mkdir -p provider/registry.opentofu.org/octopusdeploy/octopusdeploy/1.3.10/linux_amd64
2121
RUN cp terraform-provider-octopusdeploy/terraform-provider-octopusdeploy functions/provider/registry.opentofu.org/octopusdeploy/octopusdeploy/1.3.10/linux_amd64/terraform-provider-octopusdeploy_v1.3.10

0 commit comments

Comments
 (0)