Skip to content

Commit e8e71d3

Browse files
committed
Upgrade nodejs to v16
1 parent b30b53a commit e8e71d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get -y update && \
1414
RUN curl -Lo /usr/bin/composer https://getcomposer.org/composer-stable.phar && \
1515
chmod +x /usr/bin/composer
1616

17-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash && \
17+
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash && \
1818
apt-get install -y nodejs
1919

2020
ARG CONTAINER_USER

0 commit comments

Comments
 (0)