This commit is contained in:
Sebastian
2025-03-17 04:38:37 +01:00
parent 0f52619c36
commit a0c850fb3b

View File

@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y git musl-dev make
RUN cd /go && git clone https://github.com/0xsoniclabs/sonic.git && cd sonic && git fetch --tags && git checkout -b ${VERSION} tags/${VERSION} RUN cd /go && git clone https://github.com/0xsoniclabs/sonic.git && cd sonic && git fetch --tags && git checkout -b ${VERSION} tags/${VERSION}
WORKDIR /go/Sonic WORKDIR /go/sonic
ARG GOPROXY ARG GOPROXY
RUN go mod download RUN go mod download