bump node image to 16.x

This commit is contained in:
JandereDev 2021-12-09 23:00:49 +01:00
parent 591ee34705
commit 92b9f9f83d
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -1,4 +1,4 @@
FROM node:14 AS build
FROM node:16 AS build
WORKDIR /build/
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile