File tree Expand file tree Collapse file tree 8 files changed +153
-151
lines changed Expand file tree Collapse file tree 8 files changed +153
-151
lines changed Original file line number Diff line number Diff line change 1- 24.11.0
1+ 24.11.1
Original file line number Diff line number Diff line change 3838 "@playwright/test" : " 1.56.1" ,
3939 "@stylistic/eslint-plugin" : " 5.5.0" ,
4040 "@types/express" : " 5.0.5" ,
41- "@types/node" : " 24.10.0 " ,
41+ "@types/node" : " 24.10.1 " ,
4242 "@types/yargs" : " 17.0.34" ,
4343 "@vitest/coverage-v8" : " 3.2.4" ,
4444 "eslint" : " 9.39.1" ,
Original file line number Diff line number Diff line change 1- FROM node:24.11.0 -bullseye-slim AS builder
1+ FROM node:24.11.1 -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:24.11.0 -bullseye-slim
10+ FROM node:24.11.1 -bullseye-slim
1111# Install only runtime dependencies
1212RUN apt-get update && \
1313 apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 1- FROM node:24.11.0 -alpine AS builder
1+ FROM node:24.11.1 -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:24.11.0 -alpine
10+ FROM node:24.11.1 -alpine
1111# Install runtime dependencies
1212RUN apk add --no-cache su-exec shadow
1313
Original file line number Diff line number Diff line change 1- FROM node:24.11.0 -alpine AS builder
1+ FROM node:24.11.1 -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:24.11.0 -alpine
10+ FROM node:24.11.1 -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:24.11.0 -bullseye-slim AS builder
1+ FROM node:24.11.1 -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:24.11.0 -bullseye-slim
10+ FROM node:24.11.1 -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 4343 "@playwright/test" : " 1.56.1" ,
4444 "@triliumnext/server" : " workspace:*" ,
4545 "@types/express" : " 5.0.5" ,
46- "@types/node" : " 24.10.0 " ,
46+ "@types/node" : " 24.10.1 " ,
4747 "@vitest/coverage-v8" : " 3.2.4" ,
4848 "@vitest/ui" : " 3.2.4" ,
4949 "chalk" : " 5.6.2" ,
You can’t perform that action at this time.
0 commit comments