diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
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 |