Commit 49fcf447 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

1.2.5 release

parent b3ef9e80
BIGSTREAM_IMG=bigstream:jwt BIGSTREAM_IMG=bigstream
BS_SECRET=bigstream-server BS_SECRET=bigstream-server
REDIS_TAG=4 REDIS_TAG=4
PREFIX_NO=19 PREFIX_NO=19
......
#Changelog #Changelog
## [1.2.5dev] - 2021-10-07 ## [1.2.5] - 2021-10-07 -> 2023-05-21R
### Added ### Added
- DOCKER :: TZ Data - DOCKER :: TZ Data
- STORAGE :: Wirdcard Subscribe - STORAGE :: Wirdcard Subscribe
......
FROM node:12-alpine FROM node:12-alpine
RUN apk add --no-cache make gcc g++ python linux-headers udev RUN apk add make gcc g++ linux-headers udev
COPY . /app/node-bigstream COPY . /app/node-bigstream
...@@ -10,7 +10,7 @@ RUN npm install ...@@ -10,7 +10,7 @@ RUN npm install
RUN node script/install_plugins.js RUN node script/install_plugins.js
FROM node:12-alpine FROM node:12-alpine
RUN apk add --no-cache python RUN apk add --no-cache python3
RUN apk add --no-cache tzdata RUN apk add --no-cache tzdata
COPY --from=0 /app/node-bigstream /app/node-bigstream COPY --from=0 /app/node-bigstream /app/node-bigstream
......
{ {
"name": "node-bigstream", "name": "node-bigstream",
"description": "", "description": "",
"version": "1.2.4", "version": "1.2.5",
"main": "./bigstream.js", "main": "./bigstream.js",
"author": { "author": {
"name": "Kamron Aroonrua", "name": "Kamron Aroonrua",
......
{ {
"version":"1.2.5dev", "version":"1.2.5",
"build":"202110070030" "build":"202305211800"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment