File tree Expand file tree Collapse file tree 12 files changed +40
-178
lines changed Expand file tree Collapse file tree 12 files changed +40
-178
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN apt-get update \
32
32
# For nodejs we use nodesource, its nice and easy and gets us the correct version
33
33
# Find latest link https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
34
34
&& curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
35
- && echo "deb https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
- && echo "deb-src https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
35
+ && echo "deb https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
+ && echo "deb-src https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
37
37
&& apt-get update \
38
38
&& apt-get install -y --no-install-recommends \
39
39
nodejs \
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN apt-get update \
32
32
# For nodejs we use nodesource, its nice and easy and gets us the correct version
33
33
# Find latest link https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
34
34
&& curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
35
- && echo "deb https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
- && echo "deb-src https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
35
+ && echo "deb https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
+ && echo "deb-src https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
37
37
&& apt-get update \
38
38
&& apt-get install -y --no-install-recommends \
39
39
nodejs \
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN apt-get update \
32
32
# For nodejs we use nodesource, its nice and easy and gets us the correct version
33
33
# Find latest link https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
34
34
&& curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
35
- && echo "deb https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
- && echo "deb-src https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
35
+ && echo "deb https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
+ && echo "deb-src https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
37
37
&& apt-get update \
38
38
&& apt-get install -y --no-install-recommends \
39
39
nodejs \
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN apt-get update \
32
32
# For nodejs we use nodesource, its nice and easy and gets us the correct version
33
33
# Find latest link https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
34
34
&& curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
35
- && echo "deb https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
- && echo "deb-src https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
35
+ && echo "deb https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
+ && echo "deb-src https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
37
37
&& apt-get update \
38
38
&& apt-get install -y --no-install-recommends \
39
39
nodejs \
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN apt-get update \
32
32
# For nodejs we use nodesource, its nice and easy and gets us the correct version
33
33
# Find latest link https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
34
34
&& curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
35
- && echo "deb https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
- && echo "deb-src https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
35
+ && echo "deb https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
+ && echo "deb-src https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
37
37
&& apt-get update \
38
38
&& apt-get install -y --no-install-recommends \
39
39
nodejs \
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN apt-get update \
32
32
# For nodejs we use nodesource, its nice and easy and gets us the correct version
33
33
# Find latest link https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
34
34
&& curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
35
- && echo "deb https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
- && echo "deb-src https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
35
+ && echo "deb https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
+ && echo "deb-src https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
37
37
&& apt-get update \
38
38
&& apt-get install -y --no-install-recommends \
39
39
nodejs \
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN apt-get update \
32
32
# For nodejs we use nodesource, its nice and easy and gets us the correct version
33
33
# Find latest link https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
34
34
&& curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
35
- && echo "deb https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
- && echo "deb-src https://deb.nodesource.com/node_14 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
35
+ && echo "deb https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list \
36
+ && echo "deb-src https://deb.nodesource.com/node_18 .x $(lsb_release -s -c) main" | tee -a /etc/apt/sources.list.d/nodesource.list \
37
37
&& apt-get update \
38
38
&& apt-get install -y --no-install-recommends \
39
39
nodejs \
You can’t perform that action at this time.
0 commit comments