From d850165752a9641082f37bf7ecbd5418e5f4c89d Mon Sep 17 00:00:00 2001 From: Mitchell Scott <10804314+rmitchellscott@users.noreply.github.com> Date: Sun, 16 Apr 2023 14:20:59 -0600 Subject: [PATCH] Pin Node to v16. Workaround for netbymatt/ws4kp#24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ca4098..3c02d3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:16-alpine WORKDIR /app COPY package*.json .