update node environment to 14

This commit is contained in:
Drew Taylor
2021-07-22 10:50:09 -07:00
parent eb22be3763
commit 293e1308fd
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM node:12-alpine as builder
FROM node:14-alpine as builder
COPY package*.json ./
RUN npm install