chore(deps): update node.js to v22
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-07-08 01:37:30 +00:00
parent bdd4ac19b5
commit 84b87c4991
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a as builder
FROM node:22.17.0-alpine@sha256:3d5fc849018cfc7e3d770820582857fb6c8d88eb10db7d3af699e8cf81b9e551 as builder
COPY package.json package-lock.json ./
RUN npm install