Skip to content

Commit 060884c

Browse files
authored
Use previous version of the controller (#2062)
1 parent 944c3b5 commit 060884c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/servicebus-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Install dotnet tools
44
RUN dotnet tool install --framework net8.0 -g Microsoft.Crank.AzureDevOpsWorker --version "0.2.0-*"
5-
RUN dotnet tool install --framework net8.0 -g Microsoft.Crank.Controller --version "0.2.0-*"
5+
RUN dotnet tool install --framework net8.0 -g Microsoft.Crank.Controller --version "0.2.0-alpha.25056.1"
66

77
ENV PATH="${PATH}:/root/.dotnet/tools"
88

0 commit comments

Comments
 (0)