Skip to content

Commit 9f4aeb2

Browse files
Change RTKLIB branch from demo5 to main
Update 7/26/25: The demo5 branch has been retired and all future activity will be on the main branch
1 parent 888bbb7 commit 9f4aeb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
1212

1313
# Clone RTKLIB repo from the demo5 branch
1414
WORKDIR /app
15-
RUN git clone -b demo5 https://github.com/rtklibexplorer/RTKLIB.git
15+
RUN git clone -b main https://github.com/rtklibexplorer/RTKLIB.git
1616

1717
# Change to str2str dir
1818
WORKDIR /app/RTKLIB/app/consapp/str2str/gcc

0 commit comments

Comments
 (0)