aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-03 18:44:17 -0400
committerDR695H <dr695h@att.com>2019-06-03 18:45:41 -0400
commit59b54c853095283b1bdd83940f7df21f48f57e31 (patch)
tree2b30771aa16880f829781c510c714e18f0b2c014 /docker
parent7aca1a46ebd1401acece1d14b60cbd26265d0487 (diff)
replace protobuf cli with robot lib
Change-Id: I230ef223b8a9264d5935d7cdbccc7db8986c2257 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 723158ae..32eb5fce 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -36,7 +36,7 @@ RUN apt-get update \
vim
-RUN pip install robotframework==3.1.1 \
+RUN pip install robotframework==3.1.2 \
&& python --version
# Copy the robot code