We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008657e commit bfb6154Copy full SHA for bfb6154
buildbot-worker/Dockerfile
@@ -28,7 +28,7 @@ RUN Install-FromArchive -Name 'vcpkg' -url ('https://github.com/microsoft/vcpkg/
28
# Install buildbot
29
#--------------------------------------------------------------------
30
31
-ENV BUILDBOT_VERSION 2.10.5
+ENV BUILDBOT_VERSION 4.2.0
32
33
RUN Write-Host 'Installing buildbot ...'; `
34
pip3 install -q ('buildbot-worker=={0}' -f $env:BUILDBOT_VERSION); `
0 commit comments