Resolve a bunch of snyk vulnerabilities (#427)

This commit is contained in:
Mark Molinaro 2022-09-30 00:11:26 -07:00 committed by GitHub
parent c24899e50c
commit 7c65fb2f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:14.8.0-stretch
FROM node:16-stretch
RUN mkdir -p /usr/src/app && \
chown node:node /usr/src/app
@ -11,9 +11,9 @@ COPY --chown=node:node . .
RUN npm install && \
npm install redis@0.8.1 && \
npm install pg@4.1.1 && \
npm install pg@4.5.7 && \
npm install memcached@2.2.2 && \
npm install aws-sdk@2.738.0 && \
npm install aws-sdk@2.814.0 && \
npm install rethinkdbdash@2.3.31
ENV STORAGE_TYPE=memcached \