mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 14:04:03 +01:00
chore: downgrade docker node version (#592)
This commit is contained in:
parent
0212be08e2
commit
d66aca8e22
2 changed files with 3 additions and 3 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
v20.9.0
|
||||
v18.18.2
|
|
@ -1,7 +1,7 @@
|
|||
# ---------------
|
||||
# Install Dependencies
|
||||
# ---------------
|
||||
FROM node:20.9.0-alpine as deps
|
||||
FROM node:18.18.2-alpine as deps
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -41,7 +41,7 @@ RUN npm prune --production
|
|||
# ---------------
|
||||
# Release App
|
||||
# ---------------
|
||||
FROM node:20.9.0-alpine as final
|
||||
FROM node:18.18.2-alpine as final
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue