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

This commit is contained in:
2025-01-07 17:41:58 +00:00
parent d2428a6f75
commit 7d69279774
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.0-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9 as builder
FROM node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a as builder
COPY package.json package-lock.json ./
RUN npm install