Skip to content

Commit

Permalink
Updated all Appium drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Aug 30, 2023
1 parent f0acf3d commit f6a69a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Appium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ USER 1300:1301
#===============================
# Install basic Android drivers
#===============================
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.24.0"
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.19.1"
ENV APPIUM_DRIVER_GECKO_VERSION="1.1.10"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.29.3"
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.25.5"
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.21.1"
ENV APPIUM_DRIVER_GECKO_VERSION="1.2.2"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.29.5"
RUN appium driver install --source=npm appium-espresso-driver@${APPIUM_DRIVER_ESPRESSO_VERSION} && \
appium driver install --source=npm appium-flutter-driver@${APPIUM_DRIVER_FLUTTER_VERSION} && \
appium driver install --source=npm appium-geckodriver@${APPIUM_DRIVER_GECKO_VERSION} && \
Expand Down

0 comments on commit f6a69a8

Please sign in to comment.