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
REDIS_TAG=4
PREFIX_NO=19
......
#Changelog
## [1.2.5dev] - 2021-10-07
## [1.2.5] - 2021-10-07 -> 2023-05-21R
### Added
- DOCKER :: TZ Data
- STORAGE :: Wirdcard Subscribe
......
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
......@@ -10,7 +10,7 @@ RUN npm install
RUN node script/install_plugins.js
FROM node:12-alpine
RUN apk add --no-cache python
RUN apk add --no-cache python3
RUN apk add --no-cache tzdata
COPY --from=0 /app/node-bigstream /app/node-bigstream
......
{
"name": "node-bigstream",
"description": "",
"version": "1.2.4",
"version": "1.2.5",
"main": "./bigstream.js",
"author": {
"name": "Kamron Aroonrua",
......
{
"version":"1.2.5dev",
"build":"202110070030"
"version":"1.2.5",
"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