build: update node version in Dockerfile

This commit is contained in:
blackberrypineapple 2023-04-23 01:54:15 +00:00 committed by Johannes Millan
parent 861359eb7c
commit cebd200153
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
### build ###
# base image
FROM node:12 as build
FROM node:16 as build
# add app
COPY . /app