Skip to content

Commit b5522d0

Browse files
update nodejs with trixie
1 parent 7e19981 commit b5522d0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

javascript/node.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.10-slim
1+
FROM node:25.0-trixie-slim
22

33
WORKDIR /usr/src/app
44

javascript/sifrr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"dependencies": {
33
"@sifrr/server": "~0.0.9",
44
"graphql": "*",
5-
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.54.0"
5+
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.55.0"
66
}
77
}

run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ BASEDIR=`pwd`
1919
#createdb -U postgres benchmark
2020
#psql -U postgres -d benchmark < dump.sql
2121

22-
find $1 -mindepth 1 -type f -name config.yaml > ~/list.txt
22+
#find $1 -mindepth 1 -type f -name config.yaml > ~/list.txt
23+
find $1 -mindepth 2 -type f -name config.yaml > ~/list.txt
2324
#find . -mindepth 3 -type f -name config.yaml | grep -Ev 'hunt|scorper|basolato|yada' > ~/list.txt
2425

2526
while read line ; do

0 commit comments

Comments
 (0)