From 0e35dab27fe420f791a0b90ded65672398ccfbd5 Mon Sep 17 00:00:00 2001 From: budtmo Date: Tue, 20 Jul 2021 17:21:42 +0200 Subject: [PATCH] Updated 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 6cf9f45..5e45c75 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:v1.21.0-p0 +FROM appium/appium:v1.21.0-p1 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index e0ee8df..9661e90 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:v1.21.0-p0 +FROM appium/appium:v1.21.0-p1 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index 99b796f..3c323bb 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:v1.21.0-p0 +FROM appium/appium:v1.21.0-p1 LABEL maintainer "Budi Utomo "