chore(deps): update node.js to v24.12.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 4s

This commit is contained in:
2025-12-11 20:02:03 +00:00
parent 0b9c16fd1d
commit a663bc16c4

View File

@@ -1,4 +1,4 @@
FROM node:24.11.1@sha256:9a2ed90cd91b1f3412affe080b62e69b057ba8661d9844e143a6bbd76a23260f AS builder_node
FROM node:24.12.0@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder_node
WORKDIR /dashboard
COPY package.json package-lock.json ./
RUN npm clean-install