mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
build(docker): upgrade node to v18 for dev Dockerfile
This commit is contained in:
parent
2a50f6e4d2
commit
7bf31c6a8f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user