mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
chore: update node version
This commit is contained in:
parent
71b9e54632
commit
f92a2bad56
3 changed files with 21201 additions and 87 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
v14.15
|
v16.15.1
|
|
@ -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
21280
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue