chore(deps): update node.js to v24.13.1
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 41s

This commit is contained in:
2026-02-13 09:03:40 +00:00
parent 2ff4d9ce57
commit 9856149e11

View File

@@ -1,4 +1,4 @@
FROM node:24.13.0@sha256:1de022d8459f896fff2e7b865823699dc7a8d5567507e8b87b14a7442e07f206 AS builder_node FROM node:24.13.1@sha256:00e9195ebd49985a6da8921f419978d85dfe354589755192dc090425ce4da2f7 AS builder_node
WORKDIR /dashboard WORKDIR /dashboard
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm clean-install RUN npm clean-install