Skip to content

Commit 0aaa3bb

Browse files
authored
Revert "Use previous version of the controller (#2062)" (#2063)
This reverts commit 060884c.
1 parent ab43f78 commit 0aaa3bb

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-alpha.25056.1"
5+
RUN dotnet tool install --framework net8.0 -g Microsoft.Crank.Controller --version "0.2.0-*"
66

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

0 commit comments

Comments
 (0)