Commit ec073273 authored by Tobias Munk's avatar Tobias Munk

updated node sources to 4.x

parent 373800a0
Pipeline #13633 passed with stages
in 23 minutes and 4 seconds
......@@ -4,7 +4,7 @@
FROM php:7.0-fpm
# Install system packages for PHP extensions recommended for Phundament
RUN curl -sL https://deb.nodesource.com/setup | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
apt-key update && \
apt-get update && \
apt-get -y install \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment