Commit 97f25fa1 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

Merge branch 'ondev-gcs' into 'dev'

Ondev gcs

See merge request !31
parents 89ae4850 8e612764
FROM node:lts-alpine
FROM node:12-alpine
RUN apk add --no-cache make gcc g++ python linux-headers udev
......@@ -9,7 +9,7 @@ WORKDIR /app/node-bigstream
RUN npm install
RUN node script/install_plugins.js
FROM node:lts-alpine
FROM node:12-alpine
COPY --from=0 /app/node-bigstream /app/node-bigstream
......
......@@ -9,6 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"pg": "^7.0.2"
"pg": "^8.5.1"
}
}
{
"version":"1.2.3",
"build":"202001240000"
"build":"202104080000"
}
\ 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