Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit c6afc05

Browse files
committed
Upgrade Sonic to 2.0.1
1 parent 99a4544 commit c6afc05

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-g https://github.com/Fantom-foundation/Sonic.git && \
13+
RUN git clone --depth 1 --branch v2.0.1 https://github.com/Fantom-foundation/Sonic.git && \
1414
cd Sonic && \
1515
make all
1616

0 commit comments

Comments
 (0)