Skip to content

Commit e1e7035

Browse files
authored
Merge pull request #144 from renproject/fix/dockerfile
Fix the dockerfile for go1.18
2 parents 60047d1 + e98d07d commit e1e7035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN make
4040
RUN go install
4141

4242
WORKDIR $GOPATH
43-
RUN go get -u github.com/xlab/c-for-go
43+
RUN go install github.com/xlab/c-for-go@master
4444
RUN mkdir -p src/github.com/renproject
4545
WORKDIR $GOPATH/src/github.com/renproject
4646
RUN git clone https://github.com/renproject/solana-ffi

0 commit comments

Comments
 (0)