mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-06 19:26:45 +01:00
Use node-lts in dockerfile.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:current-alpine AS build
|
||||
FROM node:lts-alpine AS build
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user