From 1f1d4ccf49b20b5daa1f8257a97290bfa1fe8c5e Mon Sep 17 00:00:00 2001 From: budtmo Date: Tue, 5 Oct 2021 10:03:43 +0200 Subject: [PATCH] Using the latest appium version --- 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 5e45c75..7f9ec7d 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:v1.21.0-p1 +FROM appium/appium:v1.22.0-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index 9661e90..89ba96e 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:v1.21.0-p1 +FROM appium/appium:v1.22.0-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index 3c323bb..cfe0468 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:v1.21.0-p1 +FROM appium/appium:v1.22.0-p0 LABEL maintainer "Budi Utomo "