chore(deps): update node.js to v24.12.0
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m10s

This commit is contained in:
2025-12-11 23:02:02 +00:00
parent 0b9c16fd1d
commit 857cf8d4f8

View File

@@ -1,4 +1,4 @@
FROM node:24.11.1@sha256:9a2ed90cd91b1f3412affe080b62e69b057ba8661d9844e143a6bbd76a23260f AS builder_node FROM node:24.12.0@sha256:20988bcdc6dc76690023eb2505dd273bdeefddcd0bde4bfd1efe4ebf8707f747 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