Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/BTDI/Dockerfile.dependencies_humble
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ RUN rm -rf log
# remove log folder
RUN mkdir -p /home/drones_ws/src/
WORKDIR /home/drones_ws/src/
RUN git clone --depth=1 https://github.com/aerostack2/aerostack2.git -b robotics-academy-fix
RUN git clone --depth=1 https://github.com/aerostack2/aerostack2.git -b 1.1.3
RUN touch aerostack2/as2_hardware_drivers/COLCON_IGNORE
RUN touch aerostack2/as2_behavior_tree/COLCON_IGNORE
RUN touch aerostack2/as2_map_server/COLCON_IGNORE
Expand Down
2 changes: 1 addition & 1 deletion scripts/BTDI/Dockerfile.humble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 AS ra-base
FROM node:24 AS ra-base

RUN apt-get update && apt-get install -y git zip

Expand Down
Loading