Skip to content

Commit f30429f

Browse files
committed
[misc] Update to library-physic:0.2.8
1 parent 7d7b7f2 commit f30429f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/development/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ RUN pushd /tmp > /dev/null \
4141
&& rm -rf /tmp/nlopt \
4242
&& popd > /dev/null
4343

44-
## Library ▸ Physics [0.2.6]
44+
## Library ▸ Physics [0.2.8]
4545

4646
RUN mkdir -p /tmp/library-physics \
4747
&& pushd /tmp/library-physics > /dev/null \
48-
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.6/library-physics-0.2.6-1.x86_64-runtime.rpm \
49-
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.6/library-physics-0.2.6-1.x86_64-devel.rpm \
48+
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8/library-physics-0.2.8-1.x86_64-runtime.rpm \
49+
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8/library-physics-0.2.8-1.x86_64-devel.rpm \
5050
&& dnf install -y ./*.rpm \
5151
&& rm -rf /tmp/library-physics \
5252
&& popd > /dev/null

0 commit comments

Comments
 (0)