From d58eb732943ac07933c8e5ed84921db69d346bd0 Mon Sep 17 00:00:00 2001 From: budtmo Date: Mon, 2 May 2022 10:05:39 +0200 Subject: [PATCH] Using newest base image with Appium 1.22.3 --- 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 fad9945..0b09796 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:v1.22.2-p0 +FROM appium/appium:v1.22.3-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index 59868da..81ceb56 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:v1.22.2-p0 +FROM appium/appium:v1.22.3-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index a336b3c..60a46f8 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:v1.22.2-p0 +FROM appium/appium:v1.22.3-p0 LABEL maintainer "Budi Utomo "