From ccec2c5969d187dcff79bf40df8c1986c8b9ef82 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Thu, 30 Aug 2018 12:05:49 +0200 Subject: [PATCH] Using specific version of appium as base image because a release issue with it --- 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 c4d8db7..f52073a 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:latest +FROM appium/appium:1.8.1-p2 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index f8b4c7e..051a2e3 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:latest +FROM appium/appium:1.8.1-p2 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index d5740eb..84e22e0 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:latest +FROM appium/appium:1.8.1-p2 LABEL maintainer "Budi Utomo "