chore(deps): update node.js to 1de022d
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 44s

This commit is contained in:
2026-02-13 08:13:51 +00:00
parent 2e68a192b6
commit c0f577beb9

View File

@@ -1,4 +1,4 @@
FROM node:24.13.0@sha256:b2b2184ba9b78c022e1d6a7924ec6fba577adf28f15c9d9c457730cc4ad3807a AS builder_node FROM node:24.13.0@sha256:1de022d8459f896fff2e7b865823699dc7a8d5567507e8b87b14a7442e07f206 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