build(docker): upgrade node to v18 for dev Dockerfile

This commit is contained in:
Yassine Doghri 2023-06-12 15:49:55 +00:00
parent 2a50f6e4d2
commit 7bf31c6a8f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ WORKDIR /castopod
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
# Install server requirements
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get update \
&& apt-get install --yes --no-install-recommends nodejs \
# gnupg to sign commits with gpg