mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Use node-lts in dockerfile.
This commit is contained in:
parent
07529362cf
commit
86eb6f0699
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:current-alpine AS build
|
FROM node:lts-alpine AS build
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue