Skip to content

Commit

Permalink
build: bump to OSTk Physics 1.2.x (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Brémond <lucas@loftorbital.com>
  • Loading branch information
lucas-bremond and lucas-bremond authored Aug 8, 2023
1 parent 5196f11 commit 09ff463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Apache License 2.0

open-space-toolkit-physics~=1.1.1
open-space-toolkit-physics~=1.2.0
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \
## Open Space Toolkit ▸ Physics

ARG OSTK_PHYSICS_MAJOR="1"
ARG OSTK_PHYSICS_MINOR="1"
ARG OSTK_PHYSICS_MINOR="2"

## Force an image rebuild when new Physics patch versions are detected
ADD https://api.github.com/repos/open-space-collective/open-space-toolkit-physics/git/matching-refs/tags/${OSTK_PHYSICS_MAJOR}.${OSTK_PHYSICS_MINOR} /tmp/open-space-toolkit-physics/versions.json
Expand Down

0 comments on commit 09ff463

Please sign in to comment.