mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 02:49:01 +02:00
changing node version
This commit is contained in:
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install node8
|
||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash \
|
||||
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
|
||||
&& apt-get update && apt-get install -y \
|
||||
nodejs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user