Skip to content

Commit

Permalink
Merge pull request #639 from TriliumNext/renovate/node-22.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v22
  • Loading branch information
eliandoran authored Dec 10, 2024
2 parents 4325c90 + 43f6bbc commit 567664a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM node:20.18.1-bullseye-slim AS builder
FROM node:22.12.0-bullseye-slim AS builder

# Configure build dependencies in a single layer
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN cp -R build/src/* src/. && \
rm src/services/asset_path.ts

# Runtime stage
FROM node:20.18.1-bullseye-slim
FROM node:22.12.0-bullseye-slim

# Install only runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM node:20.18.1-alpine AS builder
FROM node:22.12.0-alpine AS builder

# Configure build dependencies
RUN apk add --no-cache --virtual .build-dependencies \
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN cp -R build/src/* src/. && \
rm src/services/asset_path.ts

# Runtime stage
FROM node:20.18.1-alpine
FROM node:22.12.0-alpine

# Install runtime dependencies
RUN apk add --no-cache su-exec shadow
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"@types/jsdom": "21.1.7",
"@types/mime-types": "2.1.4",
"@types/multer": "1.4.12",
"@types/node": "22.7.8",
"@types/node": "22.10.1",
"@types/safe-compare": "1.1.2",
"@types/sanitize-html": "2.13.0",
"@types/sax": "1.2.7",
Expand Down

0 comments on commit 567664a

Please sign in to comment.