summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cam/Dockerfile2
-rw-r--r--rob/Dockerfile2
-rw-r--r--rob/robot/ur/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/cam/Dockerfile b/cam/Dockerfile
index ff6b15f..aa5c47e 100644
--- a/cam/Dockerfile
+++ b/cam/Dockerfile
@@ -34,7 +34,7 @@ RUN git clone \
make install-base install-cv -C libalx
RUN git clone \
--single-branch \
- --branch version-0.5.6-a \
+ --branch v0.5.6 \
https://github.com/alejandro-colomar/rob_cam.git && \
make -C rob_cam/cam/ -j 2
diff --git a/rob/Dockerfile b/rob/Dockerfile
index 2e1ddaf..23dd479 100644
--- a/rob/Dockerfile
+++ b/rob/Dockerfile
@@ -32,7 +32,7 @@ RUN git clone \
rm -rf libalx
RUN git clone \
--single-branch \
- --branch version-0.5.6-a \
+ --branch v0.5.6 \
https://github.com/alejandro-colomar/rob_cam.git && \
make -C rob_cam/rob/ -j 2
diff --git a/rob/robot/ur/Dockerfile b/rob/robot/ur/Dockerfile
index 58b3641..6b8fe79 100644
--- a/rob/robot/ur/Dockerfile
+++ b/rob/robot/ur/Dockerfile
@@ -33,7 +33,7 @@ RUN git clone \
rm -rf libalx
RUN git clone \
--single-branch \
- --branch version-0.5.6-a \
+ --branch v0.5.6 \
https://github.com/alejandro-colomar/rob_cam.git && \
make -C rob_cam/rob/robot/ur/ -j 2