Skip to content

Commit 629c678

Browse files
Ryanf55tpwrules
authored andcommitted
Dockerfile: Pin uxrceddsgen to 4.7.1
Signed-off-by: Ryan Friedman <[email protected]>
1 parent a7e623e commit 629c678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN git config --global --add safe.directory $PWD
4848
RUN echo "if [ -d \"\$HOME/.local/bin\" ] ; then\nPATH=\"\$HOME/.local/bin:\$PATH\"\nfi" >> ~/.ardupilot_env
4949

5050
# Clone & install Micro-XRCE-DDS-Gen dependency
51-
RUN git clone --recurse-submodules https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git /home/${USER_NAME}/Micro-XRCE-DDS-Gen \
51+
RUN git clone --recurse-submodules --depth 1 --branch v4.7.1 https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git /home/${USER_NAME}/Micro-XRCE-DDS-Gen \
5252
&& cd /home/${USER_NAME}/Micro-XRCE-DDS-Gen \
5353
&& ./gradlew assemble \
5454
&& export AP_ENV_LOC="/home/${USER_NAME}/.ardupilot_env" \

0 commit comments

Comments
 (0)