Merge pull request 'chore(deps): update node.js to 33587cf' (#34) 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 1m4s

This commit was merged in pull request #34.
This commit is contained in:
2025-12-30 05:07:29 +00:00

View File

@@ -1,4 +1,4 @@
FROM node:24.12.0@sha256:20988bcdc6dc76690023eb2505dd273bdeefddcd0bde4bfd1efe4ebf8707f747 AS builder_node
FROM node:24.12.0@sha256:33587cf3a89a08b68ba50feabd41b7584d6d09d0bfb209134a6a15532d2dab66 AS builder_node
WORKDIR /dashboard
COPY package.json package-lock.json ./
RUN npm clean-install