From ed29b14c9e7a792b486993d02b3e05a0832f1aae Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Thu, 4 Apr 2019 20:02:17 +0700 Subject: [PATCH] Updated the docker 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 2c3fa4a..415c592 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:1.11.1-p1 +FROM appium/appium:1.12.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index 9f981b4..d977d24 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:1.11.1-p1 +FROM appium/appium:1.12.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index 9ccb66d..54f0aeb 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:1.11.1-p1 +FROM appium/appium:1.12.1-p0 LABEL maintainer "Budi Utomo "