Skip to content

Commit b974f0d

Browse files
committed
use bookworm for building node
1 parent dcf809d commit b974f0d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.0.2-alpine3.21 AS build
1+
FROM node:24.1.0-bookworm-slim AS build
22
COPY . .
33
RUN npm ci && npm run build
44

client/biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"noUndeclaredVariables": "off",
1111
"noUnusedVariables": "off",
1212
"useHookAtTopLevel": "off"
13+
},
14+
"style": {
15+
"useBlockStatements": "off"
1316
}
1417
}
1518
},

0 commit comments

Comments
 (0)