From ee5630f893a2bd740f9f725d46afc0257a62eec1 Mon Sep 17 00:00:00 2001 From: budtmo Date: Mon, 25 Apr 2022 15:49:55 +0200 Subject: [PATCH] Updated base image that contains Appium 1.22.1 --- 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 ef9284f..aef2896 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:v1.22.0-p0 +FROM appium/appium:v1.22.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index a1d94d9..715576b 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:v1.22.0-p0 +FROM appium/appium:v1.22.1-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index 52ec97a..c190eed 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:v1.22.0-p0 +FROM appium/appium:v1.22.1-p0 LABEL maintainer "Budi Utomo "