mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-21 01:13:08 -07:00
bump pg to 8.0.1
This commit is contained in:
parent
7c2b29d7e9
commit
335b53e4a0
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ COPY --chown=node:node . .
|
|||
|
||||
RUN npm install && \
|
||||
npm install redis@0.8.1 && \
|
||||
npm install pg@4.5.7 && \
|
||||
npm install pg@8.0.1 && \
|
||||
npm install memcached@2.2.2 && \
|
||||
npm install aws-sdk@2.814.0 && \
|
||||
npm install rethinkdbdash@2.3.31
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue