Skip to content

Commit

Permalink
WIP: update dependencies (#1)
Browse files Browse the repository at this point in the history
* update dependencies

* more updates to the library

* update docker base image version
  • Loading branch information
heinrich10 authored Mar 2, 2024
1 parent 8a5f0ec commit f712175
Show file tree
Hide file tree
Showing 4 changed files with 3,558 additions and 2,913 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jspm_packages

# Optional REPL history
.node_repl_history

.idea
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.9-alpine
FROM node:20.11.1-alpine

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
Loading

0 comments on commit f712175

Please sign in to comment.