From e40a281b067f354d608f7ce01c9f7ff76b48b6aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 15 May 2023 09:12:16 +0200 Subject: [PATCH] Bump buildbot version to latest stable release 3.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Å tetiar --- .github/workflows/build-push.yml | 2 +- docker/buildmaster/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 903c4b2..451fc87 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -8,7 +8,7 @@ on: pull_request: env: - BUILDBOT_VERSION: 3.5.0 + BUILDBOT_VERSION: 3.8.0 concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/docker/buildmaster/Dockerfile b/docker/buildmaster/Dockerfile index 9e939d3..f4b3afb 100644 --- a/docker/buildmaster/Dockerfile +++ b/docker/buildmaster/Dockerfile @@ -30,7 +30,7 @@ RUN \ RUN pip3 install -U pip RUN \ pip3 install \ - "buildbot=$BUILDBOT_VERSION" \ + "buildbot==$BUILDBOT_VERSION" \ "buildbot-www==$BUILDBOT_VERSION" \ "buildbot-waterfall-view==$BUILDBOT_VERSION" \ "buildbot-console-view==$BUILDBOT_VERSION" \ -- 2.30.2