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 2744667 commit 0ac8071Copy full SHA for 0ac8071
Dockerfile
@@ -92,7 +92,7 @@ RUN bash -c "source devel/setup.bash \
92
93
# Clone the ROS Launchpad management server
94
RUN mkdir -p /launchpad
95
-RUN curl -L http://github.com/WHOIGit/ros-launchpad/archive/v1.0.13.tar.gz | tar zxf - --strip-components=1 -C /launchpad
+RUN curl -L http://github.com/WHOIGit/ros-launchpad/archive/v1.0.14.tar.gz | tar zxf - --strip-components=1 -C /launchpad
96
RUN python3 -m pip install --ignore-installed -r /launchpad/requirements.txt
97
98
# Copy the launch tools and server files
0 commit comments