chore(deps): update node.js to 24fb6aa

This commit is contained in:
2025-01-09 11:37:09 +00:00
parent bdd4ac19b5
commit e39f808df7
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:20.18.1-alpine@sha256:24fb6aa7020d9a20b00d6da6d1714187c45ed00d1eb4adb01395843c338b9372 as builder
COPY package.json package-lock.json ./
RUN npm install