Skip to content

Commit 70e8c4e

Browse files
authored
Merge pull request #208 from PickNikRobotics/add-valid-default-for-base-image
Add valid default for container base image
2 parents c5d27f7 + 353165a commit 70e8c4e

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
@@ -6,7 +6,7 @@
66
#
77

88
# Specify the MoveIt Pro release to build on top of.
9-
ARG MOVEIT_STUDIO_BASE_IMAGE
9+
ARG MOVEIT_STUDIO_BASE_IMAGE=picknikciuser/moveit-studio:${STUDIO_DOCKER_TAG:-main}
1010
ARG USERNAME=studio-user
1111
ARG USER_UID=1000
1212
ARG USER_GID=1000

0 commit comments

Comments
 (0)