From 0f52619c3600b3bbc5dcd379585eb30917ac0b3e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 17 Mar 2025 04:37:24 +0100 Subject: [PATCH] ? --- sonic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic/Dockerfile b/sonic/Dockerfile index 82234ef4..69cea9b0 100644 --- a/sonic/Dockerfile +++ b/sonic/Dockerfile @@ -11,7 +11,7 @@ ARG VERSION 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