File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ RUN pushd /tmp > /dev/null \
41
41
&& rm -rf /tmp/nlopt \
42
42
&& popd > /dev/null
43
43
44
- # # Library ▸ Physics [0.2.6 ]
44
+ # # Library ▸ Physics [0.2.8 ]
45
45
46
46
RUN mkdir -p /tmp/library-physics \
47
47
&& 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 \
50
50
&& dnf install -y ./*.rpm \
51
51
&& rm -rf /tmp/library-physics \
52
52
&& popd > /dev/null
You can’t perform that action at this time.
0 commit comments