Skip to content

Commit

Permalink
Updated Genymotion to version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Mar 1, 2019
1 parent fcb89f2 commit 7d63eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Genymotion
Original file line number Diff line number Diff line change
Expand Up @@ -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/" \
Expand Down
4 changes: 2 additions & 2 deletions genymotion/example/geny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7d63eac

Please sign in to comment.