mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
[Backport staging] Update to Node 16 (#442)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
25d3ca5a4a
commit
c06349d814
@ -31,7 +31,7 @@ ENV LC_ALL C.UTF-8
|
|||||||
|
|
||||||
ENV DEBUG_COLORS true
|
ENV DEBUG_COLORS true
|
||||||
ENV FORCE_COLOR true
|
ENV FORCE_COLOR true
|
||||||
ENV NODE_VERSION 14.17.0
|
ENV NODE_VERSION 16.18.1
|
||||||
|
|
||||||
# this package is used for snapcraft and we should not clear apt list - to avoid apt-get update during snap build
|
# this package is used for snapcraft and we should not clear apt list - to avoid apt-get update during snap build
|
||||||
RUN curl -L https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz | tar xz -C /usr/local --strip-components=1 && \
|
RUN curl -L https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz | tar xz -C /usr/local --strip-components=1 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user