Skip to content

Commit

Permalink
Update php7.3 dockerfile NodeJs version to 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelthq authored Jul 27, 2020
1 parent 55fec9a commit da26bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN find /var/lib/mysql -exec touch {} \; && /etc/init.d/mysql start \

# Install node and chrome
RUN \
curl -sL https://deb.nodesource.com/setup_11.x | bash - && \
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
apt-get install -y nodejs && \
npm install -g yarn
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
Expand Down

0 comments on commit da26bdb

Please sign in to comment.