Updated node version.

This commit is contained in:
Mike Cao 2021-11-21 23:22:42 -08:00
parent eba1b1d874
commit cfa220c095
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Build image
FROM node:12.18-alpine AS build
FROM node:12.22-alpine AS build
ARG BASE_PATH
ARG DATABASE_TYPE
ENV BASE_PATH=$BASE_PATH
@ -24,7 +24,7 @@ RUN yarn next telemetry disable
RUN yarn build
# Production image
FROM node:12.18-alpine AS production
FROM node:12.22-alpine AS production
WORKDIR /app
# Copy cached dependencies