upgrade to node 14

This commit is contained in:
Cedric Verstraeten
2023-01-31 21:47:43 +01:00
parent 864a8ecffa
commit 797f986d5d

View File

@@ -30,7 +30,7 @@ RUN cat /go/src/github.com/kerberos-io/agent/machinery/version
########################
# Download NPM and Yarns
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
apt-get install -y nodejs && \
npm install -g yarn