Skip to content

Commit 7afed27

Browse files
committed
Updated Appium to version 3.1.0
1 parent 7c550c0 commit 7afed27

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.2
109+
ENV APPIUM_VERSION=3.1.0
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)