Skip to content

Commit 99a4544

Browse files
authored
Merge pull request #3 from chainstack/feature/v1.2.1-g
Upgrade sonic to 1.2.1-g
2 parents 7090215 + 1f0eebc commit 99a4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /tmp
1010

1111
RUN apt-get update && apt-get install -y --no-install-recommends make gcc g++ musl-dev git && rm -rf /var/lib/apt/lists/*
1212

13-
RUN git clone --depth 1 --branch v1.2.1-f https://github.com/Fantom-foundation/Sonic.git && \
13+
RUN git clone --depth 1 --branch v1.2.1-g https://github.com/Fantom-foundation/Sonic.git && \
1414
cd Sonic && \
1515
make all
1616

0 commit comments

Comments
 (0)