From 797f986d5dc948aeca7baa41dd3dc6d99453aff7 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Tue, 31 Jan 2023 21:47:43 +0100 Subject: [PATCH] upgrade to node 14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57d1855..0e660a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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