Skip to content

Commit

Permalink
Update Node and indirect dependencies
Browse files Browse the repository at this point in the history
Closes #364.
  • Loading branch information
domenic committed Oct 2, 2023
1 parent ee717a8 commit 31fda76
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 4,254 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:18.17.1-bookworm-slim
FROM node:18.18.0-bookworm-slim

WORKDIR /app

COPY . .

# --ignore-scripts since we'll get sg/db.json on the following line.
RUN npm install --production --ignore-scripts
RUN npm install --omit=dev --ignore-scripts

ADD https://github.com/whatwg/sg/raw/main/db.json sg/db.json

Expand Down
Loading

0 comments on commit 31fda76

Please sign in to comment.