chore(deps): update node.js to v22.18.0 (#252)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-04 16:39:33 +00:00 committed by GitHub
parent 6bf3dc3e2b
commit 8ed63213bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:22.17-alpine AS builder
FROM node:22.18-alpine AS builder
WORKDIR /app
COPY package*.json ./
@ -10,7 +10,7 @@ RUN npm run build
RUN npm ci --only=production
FROM node:22.17-alpine
FROM node:22.18-alpine
WORKDIR /app
COPY --from=builder /app/dist ./dist