You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o main cmd/web/main.go
15
15
RUN mkdir binaries
16
16
RUN curl -L -o binaries/opa_linux_amd64 https://github.com/open-policy-agent/opa/releases/download/v1.3.0/opa_linux_amd64
17
17
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
19
19
RUN chmod +x binaries/tofu
20
20
RUN mkdir -p provider/registry.opentofu.org/octopusdeploy/octopusdeploy/1.3.10/linux_amd64
21
21
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