We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32645c3 commit bfafabeCopy full SHA for bfafabe
Appium/Dockerfile
@@ -110,7 +110,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
110
# Using this workaround to install Appium -> https://github.com/appium/appium/issues/10020 -> Please remove this workaround asap
111
#====================================
112
ENV NODE_VERSION=22
113
-ENV APPIUM_VERSION=2.15.0
+ENV APPIUM_VERSION=2.16.2
114
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
115
apt-get -qqy install nodejs && \
116
npm install -g appium@${APPIUM_VERSION} && \
0 commit comments