From 7d63eac5ae4c545ee7321f1f1d1d2824b9569865 Mon Sep 17 00:00:00 2001 From: budtmo Date: Fri, 1 Mar 2019 11:14:38 +0100 Subject: [PATCH] Updated Genymotion to version 3.0.1 --- docker/Genymotion | 2 +- genymotion/example/geny.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Genymotion b/docker/Genymotion index beaa8c5..8845611 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -102,7 +102,7 @@ ENV DISPLAY=:0 \ # Install genymotion #==================== RUN echo | ssh-keygen -q -ARG GENYMOTION_VERSION=2.12.1 +ARG GENYMOTION_VERSION=3.0.1 ENV GENYMOTION=true \ GENYMOTION_VERSION=$GENYMOTION_VERSION \ PATH="${PATH}:/opt/genymobile/genymotion/" \ diff --git a/genymotion/example/geny.yml b/genymotion/example/geny.yml index 4ac0889..c223078 100755 --- a/genymotion/example/geny.yml +++ b/genymotion/example/geny.yml @@ -12,7 +12,7 @@ services: # Please stop this container by using docker stop instead of docker-compose stop saas: - image: butomo1989/docker-android-genymotion + image: budtmo/docker-android-genymotion depends_on: - selenium_hub privileged: true @@ -29,7 +29,7 @@ services: # Please stop this container by using docker stop instead of docker-compose stop aws: - image: butomo1989/docker-android-genymotion + image: budtmo/docker-android-genymotion depends_on: - selenium_hub privileged: true