We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5c9f8 commit 7728867Copy full SHA for 7728867
1 file changed
services/pkg/buildbot/Dockerfile
@@ -3,7 +3,7 @@ FROM ghcr.io/void-linux/void-glibc-full:latest
3
RUN xbps-install -Suy xbps && xbps-install -uy python3 tini git curl && rm -rf /var/cache/xbps /tmp/*
4
5
# version must be synced with ../buildbot-worker
6
-ARG BUILDBOT_VERSION=4.2.1
+ARG BUILDBOT_VERSION=4.3.0
7
ARG THEME_VERSION=v0.1.0
8
9
RUN python3 -m venv /venv && \
0 commit comments