bump to node version 16

This commit is contained in:
Chase Bolt
2022-07-12 17:28:11 -07:00
committed by GitHub
parent 653ca5fd21
commit fd0e00e1ac

View File

@@ -1,4 +1,4 @@
FROM node:14 as builder
FROM node:16 as builder
WORKDIR /calcom
ARG NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000
@@ -25,7 +25,7 @@ RUN yarn install --frozen-lockfile
RUN yarn build
FROM node:14 as runner
FROM node:16 as runner
WORKDIR /calcom
ENV NODE_ENV production