mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	Merge pull request #627 from TriliumNext/renovate/node-20.x
chore(deps): update node.js to v20.18.1
This commit is contained in:
		
						commit
						753fc22ae8
					
				| @ -1,5 +1,5 @@ | ||||
| # Build stage | ||||
| FROM node:20.15.1-bullseye-slim AS builder | ||||
| FROM node:20.18.1-bullseye-slim AS builder | ||||
| 
 | ||||
| # Configure build dependencies in a single layer | ||||
| RUN apt-get update && apt-get install -y --no-install-recommends \ | ||||
| @ -35,7 +35,7 @@ RUN cp -R build/src/* src/. && \ | ||||
|     rm src/services/asset_path.ts | ||||
| 
 | ||||
| # Runtime stage | ||||
| FROM node:20.15.1-bullseye-slim | ||||
| FROM node:20.18.1-bullseye-slim | ||||
| 
 | ||||
| # Install only runtime dependencies | ||||
| RUN apt-get update && apt-get install -y --no-install-recommends \ | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| # Build stage | ||||
| FROM node:20.15.1-alpine AS builder | ||||
| FROM node:20.18.1-alpine AS builder | ||||
| 
 | ||||
| # Configure build dependencies | ||||
| RUN apk add --no-cache --virtual .build-dependencies \ | ||||
| @ -34,7 +34,7 @@ RUN cp -R build/src/* src/. && \ | ||||
|     rm src/services/asset_path.ts | ||||
| 
 | ||||
| # Runtime stage | ||||
| FROM node:20.15.1-alpine | ||||
| FROM node:20.18.1-alpine | ||||
| 
 | ||||
| # Install runtime dependencies | ||||
| RUN apk add --no-cache su-exec shadow | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran