Skip to content

Commit

Permalink
update client node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Aug 24, 2023
1 parent c606d29 commit dea45fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacebar-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:22.04 as builder
RUN apt update ; apt install -y curl git gnupg2 ;
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt update ; apt install -y yarn nodejs

RUN git clone https://github.com/spacebarchat/client.git -b legacy-v2 ; cd client
Expand Down

0 comments on commit dea45fe

Please sign in to comment.