From 73537cd8a187a51a2dc81090597f65106943f00e Mon Sep 17 00:00:00 2001 From: "Utomo Budi (HOME/EET)" Date: Thu, 14 Mar 2024 09:03:13 +0100 Subject: [PATCH] Updated Appium to version 2.5.1 --- Appium/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appium/Dockerfile b/Appium/Dockerfile index 686d824..c00e6d8 100644 --- a/Appium/Dockerfile +++ b/Appium/Dockerfile @@ -109,7 +109,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools # Using this workaround to install Appium -> https://github.com/appium/appium/issues/10020 -> Please remove this workaround asap #==================================== ENV NODE_VERSION=18 -ENV APPIUM_VERSION=2.5.0 +ENV APPIUM_VERSION=2.5.1 RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \ apt-get -qqy install nodejs && \ npm install -g appium@${APPIUM_VERSION} && \