From d6f140830408d95561c5f6d165a67738aeac0bab Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Tue, 26 Nov 2024 13:37:39 -0800 Subject: [PATCH] Update buildbot version Bump the version to 4.2.0. --- buildbot-worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot-worker/Dockerfile b/buildbot-worker/Dockerfile index 5de2f5b..dda2529 100644 --- a/buildbot-worker/Dockerfile +++ b/buildbot-worker/Dockerfile @@ -28,7 +28,7 @@ RUN Install-FromArchive -Name 'vcpkg' -url ('https://github.com/microsoft/vcpkg/ # Install buildbot #-------------------------------------------------------------------- -ENV BUILDBOT_VERSION 2.10.5 +ENV BUILDBOT_VERSION 4.2.0 RUN Write-Host 'Installing buildbot ...'; ` pip3 install -q ('buildbot-worker=={0}' -f $env:BUILDBOT_VERSION); `