Skip to content

Commit 0b48369

Browse files
authored
Use latest ow-0.9.3 on sibernetic
1 parent 3ebdbd8 commit 0b48369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ RUN owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/
8282
################################################################################
8383
######## Install Sibernetic for the worm body model
8484

85-
RUN git clone https://github.com/pgleeson/sibernetic.git && \
85+
RUN git clone https://github.com/openworm/sibernetic.git && \
8686
cd sibernetic && \
87-
git checkout ow-githubactions2 # fixed to a specific branch
87+
git checkout ow-0.9.3 # fixed to a specific branch
8888

8989

9090
################################################################################

0 commit comments

Comments
 (0)