We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c550c0 commit 7afed27Copy full SHA for 7afed27
Appium/Dockerfile
@@ -106,7 +106,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
106
# Install latest nodejs, npm, appium
107
#====================================
108
ENV NODE_VERSION=22
109
-ENV APPIUM_VERSION=3.0.2
+ENV APPIUM_VERSION=3.1.0
110
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
111
apt-get -qqy install nodejs && \
112
npm install -g appium@${APPIUM_VERSION} && \
0 commit comments