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 032b723 commit bf05b44Copy full SHA for bf05b44
services/pkg/buildbot-builder/Dockerfile
@@ -2,7 +2,7 @@ FROM ghcr.io/void-linux/void-glibc-full:latest AS build
2
3
RUN xbps-install -Suy xbps && xbps-install -uy git go
4
5
-ARG GO_XBPS_SRC_VERSION=aed3b4682c7b2d1e31447cdb1de60e817e4dada1
+ARG GO_XBPS_SRC_VERSION=4baf85634b7c1f429967e4e6ac85a93577ba9f67
6
7
RUN env GOBIN=/usr/local/bin GOMODCACHE=/tmp/go \
8
go install -v github.com/Duncaen/go-xbps-src/cmd/xbps-src-make@$GO_XBPS_SRC_VERSION
0 commit comments