Commit 2fdd6df1 authored by 神楽坂玲奈's avatar 神楽坂玲奈

update

parent ea9af2f1
FROM node FROM node:stretch
RUN apt-get update RUN apt-get update
RUN apt-get install -y kmod ipset gettext RUN apt-get install -y kmod ipset gettext
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"homepage": "https://github.com/railgun-accelerator/railgun-network-client#readme", "homepage": "https://github.com/railgun-accelerator/railgun-network-client#readme",
"dependencies": { "dependencies": {
"pg": "latest", "pg": "^6",
"csv": "latest", "csv": "latest",
"coffee-script": "latest" "coffee-script": "latest"
} }
......
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