We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67943a3 commit 69c9137Copy full SHA for 69c9137
examples/turtlesim/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM jason-ros
+FROM rezenders/jason-ros
2
3
RUN apt-get update && apt-get install -y \
4
- ros-melodic-turtlesim \
+ ros-noetic-turtlesim \
5
&& rm -rf /var/lib/apt/lists/
6
7
COPY * /turtlesim/
0 commit comments