From 156fc288c70d969c04211b779108394a151b314d Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Thu, 27 Sep 2018 09:48:27 +0200 Subject: [PATCH] Using the latest base image --- 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 a3f4cc6..6289165 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:1.9.0-p0 +FROM appium/appium:1.9.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index 46d976e..951eaa1 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:1.9.0-p0 +FROM appium/appium:1.9.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index c52b720..195a430 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:1.9.0-p0 +FROM appium/appium:1.9.1-p0 LABEL maintainer "Budi Utomo "