Set node version to 16

This commit is contained in:
Daniel Kluge 2022-07-11 20:42:08 +02:00
parent 42965ff201
commit 0c295cb7a9
1 changed files with 1 additions and 1 deletions

View File

@ -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 ./