File tree Expand file tree Collapse file tree 7 files changed +81
-74
lines changed
_regroup_monorepo/apps/server Expand file tree Collapse file tree 7 files changed +81
-74
lines changed Original file line number Diff line number Diff line change 38
38
"@playwright/test" : " 1.51.1" ,
39
39
"@stylistic/eslint-plugin" : " 4.2.0" ,
40
40
"@types/express" : " 5.0.1" ,
41
- "@types/node" : " 22.14.1 " ,
41
+ "@types/node" : " 22.15.3 " ,
42
42
"@types/yargs" : " 17.0.33" ,
43
43
"@vitest/coverage-v8" : " 3.1.2" ,
44
44
"eslint" : " 9.24.0" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN npm ci && \
22
22
# as we install necessary dependencies in runtime buildstage anyways
23
23
24
24
# Runtime stage
25
- FROM node:22.14 .0-bullseye-slim
25
+ FROM node:22.15 .0-bullseye-slim
26
26
27
27
WORKDIR /usr/src/app
28
28
Original file line number Diff line number Diff line change 1
1
# Build stage
2
- FROM node:22.14 .0-alpine AS builder
2
+ FROM node:22.15 .0-alpine AS builder
3
3
4
4
WORKDIR /usr/src/app/build
5
5
Original file line number Diff line number Diff line change 1
- FROM node:22.14 .0-bullseye-slim AS builder
1
+ FROM node:22.15 .0-bullseye-slim AS builder
2
2
RUN corepack enable
3
3
4
4
# Install native dependencies since we might be building cross-platform.
5
5
WORKDIR /usr/src/app/build
6
6
COPY ./dist/package.json ./dist/pnpm-lock.yaml ./docker/pnpm-workspace.yaml /usr/src/app/
7
7
RUN pnpm install --frozen-lockfile --prod && pnpm rebuild
8
8
9
- FROM node:22.14 .0-bullseye-slim
9
+ FROM node:22.15 .0-bullseye-slim
10
10
# Install only runtime dependencies
11
11
RUN apt-get update && \
12
12
apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 1
- FROM node:22.14 .0-alpine AS builder
1
+ FROM node:22.15 .0-alpine AS builder
2
2
RUN corepack enable
3
3
4
4
# Install native dependencies since we might be building cross-platform.
5
5
WORKDIR /usr/src/app
6
6
COPY ./dist/package.json ./dist/pnpm-lock.yaml ./docker/pnpm-workspace.yaml /usr/src/app/
7
7
RUN pnpm install --frozen-lockfile --prod && pnpm rebuild
8
8
9
- FROM node:22.14 .0-alpine
9
+ FROM node:22.15 .0-alpine
10
10
# Install runtime dependencies
11
11
RUN apk add --no-cache su-exec shadow
12
12
Original file line number Diff line number Diff line change 39
39
"@swc/helpers" : " ~0.5.11" ,
40
40
"@triliumnext/server" : " workspace:*" ,
41
41
"@types/express" : " ^4.17.21" ,
42
- "@types/node" : " 18.16.9 " ,
42
+ "@types/node" : " 22.15.3 " ,
43
43
"@vitest/coverage-v8" : " ^3.0.5" ,
44
44
"@vitest/ui" : " ^3.0.0" ,
45
45
"cross-env" : " 7.0.3" ,
You can’t perform that action at this time.
0 commit comments