Skip to content

Commit 41683f7

Browse files
classabbyampthe-maldridge
authored andcommitted
services/pkg/buildbot: update to buildbot 4.3.0
1 parent 1f5c9f8 commit 41683f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pkg/buildbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ghcr.io/void-linux/void-glibc-full:latest
33
RUN xbps-install -Suy xbps && xbps-install -uy python3 tini git curl && rm -rf /var/cache/xbps /tmp/*
44

55
# version must be synced with ../buildbot-worker
6-
ARG BUILDBOT_VERSION=4.2.1
6+
ARG BUILDBOT_VERSION=4.3.0
77
ARG THEME_VERSION=v0.1.0
88

99
RUN python3 -m venv /venv && \

0 commit comments

Comments
 (0)