From 287378162f4a6d8d3faa70556ebc219e0cae0669 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Mon, 13 Jul 2020 13:04:49 +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 331f5ba..1ee8974 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:1.17.1-p0 +FROM appium/appium:1.17.1-p1 LABEL maintainer "Budi Utomo " diff --git a/docker/Genymotion b/docker/Genymotion index 0928fcc..2302a65 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:1.17.1-p0 +FROM appium/appium:1.17.1-p1 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index b962fed..b0e5148 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:1.17.1-p0 +FROM appium/appium:1.17.1-p1 LABEL maintainer "Budi Utomo "