From 83ba9bb79e5ebf9c0e27f376d0eb7bf3d7f0c1aa Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Wed, 16 Jan 2019 10:49:05 +0100 Subject: [PATCH] Using Appium 1.10.1 --- docker/Emulator_x86 | 2 +- docker/Genymotion | 2 +- docker/Real_device | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Emulator_x86 b/docker/Emulator_x86 index 1714534..67e8abb 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:1.10.0-p0 +FROM appium/appium:1.10.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index 9402834..a08d1a1 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:1.10.0-p0 +FROM appium/appium:1.10.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index 669b110..6b7dca9 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:1.10.0-p0 +FROM appium/appium:1.10.1-p0 LABEL maintainer "Budi Utomo "