Skip to content

Commit a29ceee

Browse files
authored
Merge pull request #45 from rm-yakovenko/Upgrade-nodejs
Upgrade nodejs to v16
2 parents b30b53a + e8e71d3 commit a29ceee

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)