chore(deps): update node.js to v22

This commit is contained in:
renovate[bot]
2024-12-09 07:53:03 +00:00
committed by GitHub
parent 1b963e8b09
commit 43f6bbc8f9
4 changed files with 16 additions and 14 deletions

View File

@@ -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 \
@@ -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