Skip to content

Commit

Permalink
Merge pull request #1492 from jwhitlock/update-deps-feb-2021-round-1
Browse files Browse the repository at this point in the history
Update dependencies, February 2021
  • Loading branch information
jwhitlock committed Feb 1, 2021
2 parents c796dba + 59ddcd9 commit 39008d8
Show file tree
Hide file tree
Showing 11 changed files with 1,701 additions and 219 deletions.
4 changes: 2 additions & 2 deletions docker/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15-slim
FROM node:14.15.4-slim

# Note: This uses the node user (uid 1000) that comes with the image.

Expand All @@ -20,7 +20,7 @@ CMD ["bash"]

COPY --chown=node:node ./package.json ./npm-shrinkwrap.json /node/
RUN npm install --no-save -d /node
# RUN npm dedupe # Broken with npm 7.0.15, see #1467
RUN npm dedupe
RUN npm shrinkwrap

ENV PATH=$PATH:/node/node_modules/.bin/
Expand Down

0 comments on commit 39008d8

Please sign in to comment.