Skip to content

Commit fcddf8f

Browse files
committed
Updated Appium to version 3.1.1
1 parent eff19ce commit fcddf8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1.0
109+
ENV APPIUM_VERSION=3.1.1
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)