ci: bump node 15 -> 18 for dockerfile linux build

This commit is contained in:
Aetherinox 2024-04-22 11:08:23 -07:00
parent f0f3f613bf
commit a425b9904b
No known key found for this signature in database
GPG Key ID: CB5C4C30CD0D4028
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ COPY entrypoint.sh /entrypoint.sh
RUN apt-get update
RUN apt-get install -y build-essential git-core unzip curl pkg-config rpm
RUN curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash -
RUN curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
RUN apt-get install -y nodejs
RUN npm i -g grunt-cli