Skip to content

Commit 35063dd

Browse files
author
frm
committed
Use solvers v0.0.35
1 parent 6cdda6c commit 35063dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker/build/Dockerfile-batch-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
#WORKDIR /vcellbin
7777
#ENV PATH=/vcellbin:$PATH
7878

79-
FROM virtualcell/vcell-solvers:v0.0.34
79+
FROM virtualcell/vcell-solvers:v0.0.35
8080

8181
RUN apt-get -y update && \
8282
apt-get install -y openjdk-8-jre-headless curl && \

vcell-core/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
</goals>
379379
<!-- This will download resource to {HomeDir}\.m2\repository\.cache\download-maven-plugin then extract to <outputDirectory>-->
380380
<configuration>
381-
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.34/win64.zip</url>
381+
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.35/win64.zip</url>
382382
<unpack>true</unpack>
383383
<outputDirectory>${project.build.directory}/../../localsolvers/win64</outputDirectory>
384384
</configuration>
@@ -418,7 +418,7 @@
418418
<goal>wget</goal>
419419
</goals>
420420
<configuration>
421-
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.34/mac64.tgz</url>
421+
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.35/mac64.tgz</url>
422422
<unpack>true</unpack>
423423
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
424424
</configuration>
@@ -473,7 +473,7 @@
473473
<goal>wget</goal>
474474
</goals>
475475
<configuration>
476-
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.34/linux64.tgz</url>
476+
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.35/linux64.tgz</url>
477477
<unpack>true</unpack>
478478
<outputDirectory>${project.build.directory}/../../localsolvers/linux64</outputDirectory>
479479
</configuration>
@@ -485,7 +485,7 @@
485485
<goal>wget</goal>
486486
</goals>
487487
<configuration>
488-
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.34/win64.zip</url>
488+
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.35/win64.zip</url>
489489
<unpack>true</unpack>
490490
<outputDirectory>${project.build.directory}/../../localsolvers/win64</outputDirectory>
491491
<skipCache>true</skipCache>
@@ -498,7 +498,7 @@
498498
<goal>wget</goal>
499499
</goals>
500500
<configuration>
501-
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.34/mac64.tgz</url>
501+
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.35/mac64.tgz</url>
502502
<unpack>true</unpack>
503503
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
504504
</configuration>

0 commit comments

Comments
 (0)