mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(deps): update node.js to v22.15.1
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| FROM node:22.15.0-bullseye-slim AS builder | ||||
| FROM node:22.15.1-bullseye-slim AS builder | ||||
|     RUN corepack enable | ||||
|  | ||||
|     # Install native dependencies since we might be building cross-platform. | ||||
| @@ -7,7 +7,7 @@ FROM node:22.15.0-bullseye-slim AS builder | ||||
|     # We have to use --no-frozen-lockfile due to CKEditor patches | ||||
|     RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild | ||||
|  | ||||
| FROM node:22.15.0-bullseye-slim | ||||
| FROM node:22.15.1-bullseye-slim | ||||
|     # Install only runtime dependencies | ||||
|     RUN apt-get update && \ | ||||
|         apt-get install -y --no-install-recommends \ | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| FROM node:22.15.0-alpine AS builder | ||||
| FROM node:22.15.1-alpine AS builder | ||||
|     RUN corepack enable | ||||
|  | ||||
|     # Install native dependencies since we might be building cross-platform. | ||||
| @@ -7,7 +7,7 @@ FROM node:22.15.0-alpine AS builder | ||||
|     # We have to use --no-frozen-lockfile due to CKEditor patches | ||||
|     RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild | ||||
|  | ||||
| FROM node:22.15.0-alpine | ||||
| FROM node:22.15.1-alpine | ||||
|     # Install runtime dependencies | ||||
|     RUN apk add --no-cache su-exec shadow | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user