This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 "@playwright/test" : " 1.52.0" ,
3939 "@stylistic/eslint-plugin" : " 4.4.0" ,
4040 "@types/express" : " 5.0.1" ,
41- "@types/node" : " 22.15.21 " ,
41+ "@types/node" : " 22.15.24 " ,
4242 "@types/yargs" : " 17.0.33" ,
4343 "@vitest/coverage-v8" : " 3.1.4" ,
4444 "eslint" : " 9.27.0" ,
Original file line number Diff line number Diff line change 1- FROM node:22.15 .0-alpine AS builder
1+ FROM node:22.16 .0-alpine AS builder
22RUN corepack enable
33
44# Install native dependencies since we might be building cross-platform.
@@ -7,7 +7,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
77# We have to use --no-frozen-lockfile due to CKEditor patches
88RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
99
10- FROM node:22.15 .0-alpine
10+ FROM node:22.16 .0-alpine
1111# Create a non-root user with configurable UID/GID
1212ARG USER=trilium
1313ARG UID=1001
Original file line number Diff line number Diff line change 1- FROM node:22.15 .0-bullseye-slim AS builder
1+ FROM node:22.16 .0-bullseye-slim AS builder
22RUN corepack enable
33
44# Install native dependencies since we might be building cross-platform.
@@ -7,7 +7,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
77# We have to use --no-frozen-lockfile due to CKEditor patches
88RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
99
10- FROM node:22.15 .0-bullseye-slim
10+ FROM node:22.16 .0-bullseye-slim
1111# Create a non-root user with configurable UID/GID
1212ARG USER=trilium
1313ARG UID=1001
Original file line number Diff line number Diff line change 4444 "@swc/helpers" : " ~0.5.11" ,
4545 "@triliumnext/server" : " workspace:*" ,
4646 "@types/express" : " ^4.17.21" ,
47- "@types/node" : " 22.15.21 " ,
47+ "@types/node" : " 22.15.24 " ,
4848 "@vitest/coverage-v8" : " ^3.0.5" ,
4949 "@vitest/ui" : " ^3.0.0" ,
5050 "chalk" : " 5.4.1" ,
You can’t perform that action at this time.
0 commit comments