We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7728867 commit aa77535Copy full SHA for aa77535
services/pkg/buildbot-builder/Dockerfile
@@ -18,7 +18,7 @@ RUN rm -rf /var/cache/xbps /tmp/* && \
18
USER void-builder
19
20
# version must be synced with ../buildbot
21
-ARG BUILDBOT_VERSION=4.2.1
+ARG BUILDBOT_VERSION=4.3.0
22
23
RUN python3 -m venv /venv && \
24
/venv/bin/pip3 install wheel && \
0 commit comments