Skip to content

Commit 4a9a1ac

Browse files
committed
Back to master instead of develop.
1 parent 106bdc1 commit 4a9a1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freefem-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
2929
ENV DIRPATH /root/FreeFem-sources
3030

3131
# Copy FreeFEM repository
32-
RUN git clone --depth 1 -b develop --single-branch https://github.com/FreeFem/FreeFem-sources.git $DIRPATH
32+
RUN git clone --depth 1 --single-branch https://github.com/FreeFem/FreeFem-sources.git $DIRPATH
3333

3434
WORKDIR $DIRPATH
3535

0 commit comments

Comments
 (0)