Skip to content

Commit 782c525

Browse files
committed
Update buildbot version
Bump the version to 4.1.0.
1 parent f081796 commit 782c525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1.0
3232

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

0 commit comments

Comments
 (0)