Set node version to 16
This commit is contained in:
parent
42965ff201
commit
0c295cb7a9
@ -1,4 +1,4 @@
|
||||
FROM node:lts-alpine AS builder
|
||||
FROM node:16-alpine AS builder
|
||||
RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
|
Loading…
Reference in New Issue
Block a user