Try workaround for proxy issue.
This commit is contained in:
parent
2af53524bf
commit
fec6393913
@ -15,7 +15,7 @@ RUN [ -n "$GIT_VDBTO_TOKEN" ] && \
|
|||||||
rm -f ~/.gitconfig
|
rm -f ~/.gitconfig
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN go build --tags linkgeth --buildmode=plugin --trimpath -o statediff.so ./main
|
RUN GOPROXY=off go build --tags linkgeth --buildmode=plugin --trimpath -o statediff.so ./main
|
||||||
|
|
||||||
FROM alpine:3.18
|
FROM alpine:3.18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user