Skip to content

Commit 11aacfe

Browse files
authored
Update Dockerfile
1 parent 4d88887 commit 11aacfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get install -y software-properties-common curl build-essential \
2020
# add some repositories
2121
RUN curl -s https://packagecloud.io/gpg.key | apt-key add - && \
2222
echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list && \
23-
curl --silent --location https://deb.nodesource.com/setup_6.x | bash - && \
23+
curl --silent --location https://deb.nodesource.com/setup_7.x | bash - && \
2424
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
2525
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
2626
apt-get update

0 commit comments

Comments
 (0)