Skip to content

Commit 0ac8071

Browse files
authored
Bump up Launchpad version to pull in alerts fix (#100)
1 parent 2744667 commit 0ac8071

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
@@ -92,7 +92,7 @@ RUN bash -c "source devel/setup.bash \
9292

9393
# Clone the ROS Launchpad management server
9494
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
95+
RUN curl -L http://github.com/WHOIGit/ros-launchpad/archive/v1.0.14.tar.gz | tar zxf - --strip-components=1 -C /launchpad
9696
RUN python3 -m pip install --ignore-installed -r /launchpad/requirements.txt
9797

9898
# Copy the launch tools and server files

0 commit comments

Comments
 (0)