Skip to content

Commit

Permalink
Merge pull request #70 from open-space-collective/users/remy/update-d…
Browse files Browse the repository at this point in the history
…ependencies

build: update math and physics
  • Loading branch information
Derollez authored Oct 18, 2022
2 parents 7c80889 + da88dd1 commit 325fb39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/development/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN mkdir -p /tmp/open-space-toolkit-io \

## Open Space Toolkit ▸ Mathematics

ARG OSTK_MATHEMATICS_VERSION=0.4.6
ARG OSTK_MATHEMATICS_VERSION=0.4.8

RUN mkdir -p /tmp/open-space-toolkit-mathematics \
&& cd /tmp/open-space-toolkit-mathematics \
Expand All @@ -111,7 +111,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \

## Open Space Toolkit ▸ Physics

ARG OSTK_PHYSICS_VERSION=0.5.17
ARG OSTK_PHYSICS_VERSION=0.5.21

RUN mkdir -p /tmp/open-space-toolkit-physics \
&& cd /tmp/open-space-toolkit-physics \
Expand Down
4 changes: 2 additions & 2 deletions docker/development/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN mkdir -p /tmp/open-space-toolkit-io \

## Open Space Toolkit ▸ Mathematics

ARG OSTK_MATHEMATICS_VERSION=0.4.6
ARG OSTK_MATHEMATICS_VERSION=0.4.8

RUN mkdir -p /tmp/open-space-toolkit-mathematics \
&& cd /tmp/open-space-toolkit-mathematics \
Expand All @@ -105,7 +105,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \

## Open Space Toolkit ▸ Physics

ARG OSTK_PHYSICS_VERSION=0.5.17
ARG OSTK_PHYSICS_VERSION=0.5.21

RUN mkdir -p /tmp/open-space-toolkit-physics \
&& cd /tmp/open-space-toolkit-physics \
Expand Down

0 comments on commit 325fb39

Please sign in to comment.