Skip to content

Commit aec161a

Browse files
Merge pull request #14 from open-space-collective/users/lucas/update-deps
Update deps
2 parents 5c593c3 + 933b1a5 commit aec161a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

include/Library/Astrodynamics/Trajectory/Orbit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class Orbit : public Trajectory
174174
///
175175
/// @param [in] anEpoch An orbit epoch
176176
/// @param [in] anAltitude An orbit altitude (wrt. equatorial radius)
177-
/// @param [in] aLocalTimeAtDescendingNode A local time at ascending node
177+
/// @param [in] aLocalTimeAtDescendingNode A local time at descending node
178178
/// @param [in] aCelestialObjectSPtr A shared pointer to a central celestial body
179179
/// @return Sun-synchronous orbit
180180

tools/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version=$(git describe --tags 2>/dev/null || head -n 4096 /dev/urandom | shasum
2323
registry_name="openspacecollective"
2424

2525
image_name="${registry_name}/${project_name}"
26-
image_version="0.1.13"
26+
image_version="0.1.14"
2727

2828
container_name="${registry_name}-${project_name}"
2929

@@ -52,4 +52,4 @@ library_physics_directory="${project_directory}/../library-physics"
5252

5353
python_port="8889"
5454

55-
################################################################################################################################################################
55+
################################################################################################################################################################

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)