Skip to content

Commit 43b95c5

Browse files
committed
Updated Appium to version 3.0.2
1 parent 98b159b commit 43b95c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Appium/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
106106
# Install latest nodejs, npm, appium
107107
#====================================
108108
ENV NODE_VERSION=22
109-
ENV APPIUM_VERSION=3.0.1
109+
ENV APPIUM_VERSION=3.0.2
110110
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
111111
apt-get -qqy install nodejs && \
112112
npm install -g appium@${APPIUM_VERSION} && \

0 commit comments

Comments
 (0)