From e051faf84a8504d5461b41487783924b599d4b56 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Fri, 31 Jul 2020 10:51:08 +0200 Subject: [PATCH] Updated the 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 1ee89742..7aede75a 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:1.17.1-p1 +FROM appium/appium:1.18.0-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index 2302a655..a55e4fff 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:1.17.1-p1 +FROM appium/appium:1.18.0-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index b0e51484..afdcc238 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:1.17.1-p1 +FROM appium/appium:1.18.0-p0 LABEL maintainer "Budi Utomo "