Upgrade Node

This commit is contained in:
Anton Ukhanev 2021-08-26 14:46:09 +02:00
parent e84ad7390a
commit dc3889e17b

View file

@ -74,7 +74,7 @@ RUN docker-php-ext-install intl json && \
docker-php-ext-enable intl json
# Install Node
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y nodejs
WORKDIR ${BUILD_ROOT_PATH}