We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249e6bd commit 101bd4bCopy full SHA for 101bd4b
Dockerfile
@@ -32,7 +32,7 @@ RUN git config --global user.name $GIT_USER_NAME \
32
ENV ROS2_WS=/root
33
WORKDIR $ROS2_WS
34
35
-RUN wget https://ci.ros2.org/view/packaging/job/packaging_linux/lastSuccessfulBuild/artifact/ws/ros2-package-linux-x86_64.tar.bz2 \
+RUN wget https://ci.ros2.org/view/packaging/job/packaging_linux/lastStableBuild/artifact/ws/ros2-package-linux-x86_64.tar.bz2 \
36
&& tar xf ros2-package-linux-x86_64.tar.bz2
37
38
# [Ubuntu 18.04]
0 commit comments