We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f081796 commit 782c525Copy full SHA for 782c525
1 file changed
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.1.0
32
33
RUN Write-Host 'Installing buildbot ...'; `
34
pip3 install -q ('buildbot-worker=={0}' -f $env:BUILDBOT_VERSION); `
0 commit comments