Commit c1ccc7e2 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

Merge branch 'ondev-gcs' into 'dev'

tzdata

See merge request !40
parents 979184a2 f62e7b99
#Changelog #Changelog
## [1.2.5dev] - 2021-07-08
### Added
- DOCKER :: TZ Data
## [1.2.4] - 2021-06-21 ## [1.2.4] - 2021-06-21
### Added ### Added
- STORAGE :: Object Cache - STORAGE :: Object Cache
......
...@@ -11,6 +11,7 @@ RUN node script/install_plugins.js ...@@ -11,6 +11,7 @@ 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 python
RUN apk add --no-cache tzdata
COPY --from=0 /app/node-bigstream /app/node-bigstream COPY --from=0 /app/node-bigstream /app/node-bigstream
......
{ {
"version":"1.2.4", "version":"1.2.5dev",
"build":"202106211900" "build":"202107081500"
} }
\ 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