Skip to content

Commit

Permalink
Using ubuntu focal and updated node to version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Feb 3, 2023
1 parent 82a72fc commit 56f1694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Appium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic-20230126
FROM ubuntu:focal-20230126

ENV DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -108,7 +108,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
# Install latest nodejs, npm, appium
# Using this workaround to install Appium -> https://github.com/appium/appium/issues/10020 -> Please remove this workaround asap
#====================================
ENV NODE_VERSION=16
ENV NODE_VERSION=18
ENV APPIUM_VERSION=1.22.3
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
apt-get -qqy install nodejs && \
Expand Down

0 comments on commit 56f1694

Please sign in to comment.