Skip to content

Commit bf05b44

Browse files
committed
services/pkg/buildbot-builder: update go-xbps-src
1 parent 032b723 commit bf05b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pkg/buildbot-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ghcr.io/void-linux/void-glibc-full:latest AS build
22

33
RUN xbps-install -Suy xbps && xbps-install -uy git go
44

5-
ARG GO_XBPS_SRC_VERSION=aed3b4682c7b2d1e31447cdb1de60e817e4dada1
5+
ARG GO_XBPS_SRC_VERSION=4baf85634b7c1f429967e4e6ac85a93577ba9f67
66

77
RUN env GOBIN=/usr/local/bin GOMODCACHE=/tmp/go \
88
go install -v github.com/Duncaen/go-xbps-src/cmd/xbps-src-make@$GO_XBPS_SRC_VERSION

0 commit comments

Comments
 (0)