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

This commit is contained in:
2024-08-22 11:35:56 +00:00
parent 83164e3f54
commit 087adf71c1
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.12.2-alpine@sha256:7a91aa397f2e2dfbfcdad2e2d72599f374e0b0172be1d86eeb73f1d33f36a4b2 as builder
FROM node:20.17.0-alpine@sha256:1a526b97cace6b4006256570efa1a29cd1fe4b96a5301f8d48e87c5139438a45 as builder
COPY package.json package-lock.json ./
RUN npm install