diff --git a/dockerfiles/devenv.Dockerfile b/dockerfiles/devenv.Dockerfile
index a6c2b07da1efb0ae6a34096575f485570b5af8ce..64c92ce53da2ed8f1a1bcb0f1a2853332e8ed7b8 100644
--- a/dockerfiles/devenv.Dockerfile
+++ b/dockerfiles/devenv.Dockerfile
@@ -125,7 +125,7 @@ ENV RUNNING_IN_DOCKER=true
 
 # Define entrypoint and command
 ENTRYPOINT ["/ros_entrypoint.sh"]
-CMD $EXT_SHELL
+CMD ["$EXT_SHELL"]
 
 # Switch back to dialog for any ad-hoc use of apt-get
 ENV DEBIAN_FRONTEND=
@@ -206,7 +206,7 @@ RUN if [ "$CONAN" = "install" ]; \
 RUN rm -rf *
 
 # Update this date to re-run the image final update
-LABEL image.date=19-12-2024
+LABEL image.date=09-01-2025
 
 # Update final image
 RUN apt-get update \
@@ -219,4 +219,4 @@ ENV DEBIAN_FRONTEND=
 
 # Define entrypoint and command
 ENTRYPOINT ["/ros_entrypoint.sh"]
-CMD $EXT_SHELL
+CMD ["$EXT_SHELL"]