Bump buildbot version to latest stable release 3.8.0
authorPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 07:12:16 +0000 (09:12 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 15:36:01 +0000 (17:36 +0200)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
.github/workflows/build-push.yml
docker/buildmaster/Dockerfile

index 903c4b255e6f7f7015e8daf181db4e8f53ab9fe2..451fc871d38c1b5ce289a433478dd49e82695800 100644 (file)
@@ -8,7 +8,7 @@ on:
   pull_request:
 
 env:
-  BUILDBOT_VERSION: 3.5.0
+  BUILDBOT_VERSION: 3.8.0
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
index 9e939d3c41d82c535bfbb0a3d8edd692934295ed..f4b3afb52b423c20be43e119667a2f3e81c8e19f 100644 (file)
@@ -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" \