mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 06:21:37 +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
|
||||
# ---------------
|
||||
FROM node:14.15-alpine as deps
|
||||
FROM node:16.15.1-alpine as deps
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install dependencies neccesary for node-gyp on node alpine
|
||||
RUN apk add --update --no-cache \
|
||||
libc6-compat \
|
||||
python \
|
||||
python3 \
|
||||
make \
|
||||
g++
|
||||
|
||||
|
@ -41,7 +41,7 @@ RUN npm prune --production
|
|||
# ---------------
|
||||
# Release App
|
||||
# ---------------
|
||||
FROM node:14.15-alpine as final
|
||||
FROM node:16.15.1-alpine as final
|
||||
|
||||
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