File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 76
76
#WORKDIR /vcellbin
77
77
#ENV PATH=/vcellbin:$PATH
78
78
79
- FROM virtualcell/vcell-solvers:v0.0.34
79
+ FROM virtualcell/vcell-solvers:v0.0.35
80
80
81
81
RUN apt-get -y update && \
82
82
apt-get install -y openjdk-8-jre-headless curl && \
Original file line number Diff line number Diff line change 378
378
</goals >
379
379
<!-- This will download resource to {HomeDir}\.m2\repository\.cache\download-maven-plugin then extract to <outputDirectory>-->
380
380
<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 >
382
382
<unpack >true</unpack >
383
383
<outputDirectory >${project.build.directory} /../../localsolvers/win64</outputDirectory >
384
384
</configuration >
418
418
<goal >wget</goal >
419
419
</goals >
420
420
<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 >
422
422
<unpack >true</unpack >
423
423
<outputDirectory >${project.build.directory} /../../localsolvers/mac64</outputDirectory >
424
424
</configuration >
473
473
<goal >wget</goal >
474
474
</goals >
475
475
<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 >
477
477
<unpack >true</unpack >
478
478
<outputDirectory >${project.build.directory} /../../localsolvers/linux64</outputDirectory >
479
479
</configuration >
485
485
<goal >wget</goal >
486
486
</goals >
487
487
<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 >
489
489
<unpack >true</unpack >
490
490
<outputDirectory >${project.build.directory} /../../localsolvers/win64</outputDirectory >
491
491
<skipCache >true</skipCache >
498
498
<goal >wget</goal >
499
499
</goals >
500
500
<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 >
502
502
<unpack >true</unpack >
503
503
<outputDirectory >${project.build.directory} /../../localsolvers/mac64</outputDirectory >
504
504
</configuration >
You can’t perform that action at this time.
0 commit comments