Skip to content

Commit bfb6154

Browse files
authored
Update buildbot version (#390)
Bump the version to 4.2.0.
1 parent 008657e commit bfb6154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN Install-FromArchive -Name 'vcpkg' -url ('https://github.com/microsoft/vcpkg/
2828
# Install buildbot
2929
#--------------------------------------------------------------------
3030

31-
ENV BUILDBOT_VERSION 2.10.5
31+
ENV BUILDBOT_VERSION 4.2.0
3232

3333
RUN Write-Host 'Installing buildbot ...'; `
3434
pip3 install -q ('buildbot-worker=={0}' -f $env:BUILDBOT_VERSION); `

0 commit comments

Comments
 (0)