node:16-slim as builder
parent
66a0c3502a
commit
b1eb923db9
|
@ -1,5 +1,5 @@
|
|||
# build environment
|
||||
FROM node:12-slim as builder
|
||||
FROM node:16-slim as builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
|
Loading…
Reference in New Issue