chore(deps): update node.js to v20.18.0

This commit is contained in:
2024-10-05 01:36:13 +00:00
parent 0957580308
commit df437fad47
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.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 as builder
FROM node:20.18.0-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9 as builder
COPY package.json package-lock.json ./
RUN npm install