Skip to content

Commit f399a54

Browse files
authored
Merge pull request #64 from shopware5/chore/increase-nodejs-version
chore: Increase nodeJS version
2 parents f76e4fe + d254f30 commit f399a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

running/Dockerfile.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN usermod -u 1000 www-data
6262
RUN yes | apt install mariadb-server mariadb-client
6363
{% endif %}
6464

65-
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
65+
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
6666
RUN sudo apt-get install -y nodejs
6767
RUN echo "NODE Version:" && node --version
6868
RUN echo "NPM Version:" && npm --version

0 commit comments

Comments
 (0)