Skip to content

Commit

Permalink
Update Node and indirect dependencies
Browse files Browse the repository at this point in the history
Closes #92.
  • Loading branch information
domenic authored Oct 2, 2023
1 parent d58b030 commit f2068eb
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 81 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.1-bookworm-slim
FROM node:18.18.0-bookworm-slim
RUN apt-get update && \
apt-get install --yes --no-install-recommends p7zip-full && \
rm -rf /var/lib/apt/lists/*
Expand Down
189 changes: 109 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2068eb

Please sign in to comment.