From 8337e63a532821ff1e08c0bb72f8e98e14083c3a Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Tue, 22 Oct 2019 08:12:48 +0200 Subject: [PATCH] Update 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 5f783d6..8cf63d9 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:1.14.2-p0 +FROM appium/appium:1.15.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index e7baf73..f7e368e 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:1.14.2-p0 +FROM appium/appium:1.15.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index 6c1f3af..883ac56 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:1.14.2-p0 +FROM appium/appium:1.15.1-p0 LABEL maintainer "Budi Utomo "