This commit is contained in:
Sebastian
2025-03-17 04:37:24 +01:00
parent 62b049b2e1
commit 0f52619c36

View File

@@ -11,7 +11,7 @@ ARG VERSION
RUN apt-get update && apt-get install -y git musl-dev make 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