Skip to content

Commit 69c9137

Browse files
committed
🐋 update turtlesim dockerfile
1 parent 67943a3 commit 69c9137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/turtlesim/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM jason-ros
1+
FROM rezenders/jason-ros
22

33
RUN apt-get update && apt-get install -y \
4-
ros-melodic-turtlesim \
4+
ros-noetic-turtlesim \
55
&& rm -rf /var/lib/apt/lists/
66

77
COPY * /turtlesim/

0 commit comments

Comments
 (0)