Skip to content
Snippets Groups Projects
Commit 7bf31c6a authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent 2a50f6e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment