Merge pull request 'chore(deps): update node.js to 929c026' (#38) from renovate/node-24.12.0 into prod
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m3s

This commit was merged in pull request #38.
This commit is contained in:
2026-01-13 14:05:29 +00:00

View File

@@ -1,4 +1,4 @@
FROM node:24.12.0@sha256:50113f9d3a239ce9e523550e46363d3a8ca7b58f6af70fd9ecb4698b2ad89ccb AS builder_node
FROM node:24.12.0@sha256:929c026d5a4e4a59685b3c1dbc1a8c3eb090aa95373d3a4fd668daa2493c8331 AS builder_node
WORKDIR /dashboard
COPY package.json package-lock.json ./
RUN npm clean-install