chore: update node version

This commit is contained in:
Anthony Potdevin 2022-06-24 13:30:36 +02:00
parent 71b9e54632
commit f92a2bad56
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
3 changed files with 21201 additions and 87 deletions

2
.nvmrc
View file

@ -1 +1 @@
v14.15 v16.15.1

View file

@ -1,14 +1,14 @@
# --------------- # ---------------
# Install Dependencies # Install Dependencies
# --------------- # ---------------
FROM node:14.15-alpine as deps FROM node:16.15.1-alpine as deps
WORKDIR /app WORKDIR /app
# Install dependencies neccesary for node-gyp on node alpine # Install dependencies neccesary for node-gyp on node alpine
RUN apk add --update --no-cache \ RUN apk add --update --no-cache \
libc6-compat \ libc6-compat \
python \ python3 \
make \ make \
g++ g++
@ -41,7 +41,7 @@ RUN npm prune --production
# --------------- # ---------------
# Release App # Release App
# --------------- # ---------------
FROM node:14.15-alpine as final FROM node:16.15.1-alpine as final
WORKDIR /app WORKDIR /app

21280
package-lock.json generated

File diff suppressed because it is too large Load diff