Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Apr 12, 2024
1 parent e08241d commit 136844d
Show file tree
Hide file tree
Showing 5 changed files with 2,076 additions and 1,849 deletions.
2 changes: 1 addition & 1 deletion .idea/dataSources.local.xml

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

5 changes: 5 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"target": "minor",
"packageManager": "npm",
"concurrency": 30
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node base image
FROM node:20.11.1-alpine3.19 as node-base
FROM node:20.12.2-alpine3.19 as node-base

FROM node-base as build-tools
LABEL maintainer="kernoeb <kernoeb@protonmail.com>"
Expand Down

0 comments on commit 136844d

Please sign in to comment.