Skip to content

Commit 807b178

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f525c1e + c030f88 commit 807b178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ python3 -m pip install --upgrade gsl wheel setuptools swig
131131

132132
#Latest update to nestml v8.0.0-rc3
133133
RUN python3 -m pip install nestml==8.0.0rc3 && \
134-
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]b6 && \
134+
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]b8 && \
135135
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected]
136136

137137
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
138-
RUN chmod +x /usr/local/bin/entrypoint.sh
138+
RUN chmod +x /usr/local/bin/entrypoint.sh
139139

140140
COPY test-nest.sh /opt/test-nest.sh
141141
RUN chmod +x /opt/test-nest.sh

0 commit comments

Comments
 (0)