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