Merge pull request #1787 from TriliumNext/renovate/node-22.x

chore(deps): update node.js to v22.15.0
This commit is contained in:
Elian Doran
2025-05-02 23:56:13 +03:00
committed by GitHub
7 changed files with 81 additions and 74 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM node:22.14.0-bullseye-slim AS builder
FROM node:22.15.0-bullseye-slim AS builder
RUN corepack enable
# Install native dependencies since we might be building cross-platform.
@@ -6,7 +6,7 @@ FROM node:22.14.0-bullseye-slim AS builder
COPY ./dist/package.json ./dist/pnpm-lock.yaml ./docker/pnpm-workspace.yaml /usr/src/app/
RUN pnpm install --frozen-lockfile --prod && pnpm rebuild
FROM node:22.14.0-bullseye-slim
FROM node:22.15.0-bullseye-slim
# Install only runtime dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends \
+2 -2
View File
@@ -1,4 +1,4 @@
FROM node:22.14.0-alpine AS builder
FROM node:22.15.0-alpine AS builder
RUN corepack enable
# Install native dependencies since we might be building cross-platform.
@@ -6,7 +6,7 @@ FROM node:22.14.0-alpine AS builder
COPY ./dist/package.json ./dist/pnpm-lock.yaml ./docker/pnpm-workspace.yaml /usr/src/app/
RUN pnpm install --frozen-lockfile --prod && pnpm rebuild
FROM node:22.14.0-alpine
FROM node:22.15.0-alpine
# Install runtime dependencies
RUN apk add --no-cache su-exec shadow