Merge pull request #855 from bboysoulcn/dev

update node 12.22
This commit is contained in:
Mike Cao 2021-11-22 09:21:00 -08:00 committed by GitHub
commit 24c4180215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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