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

This commit is contained in:
2025-12-30 05:04:46 +00:00
parent 7c78091027
commit f3327ae6a4

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /spend-sparrow/spend-sparrow .
FROM node:24.12.0@sha256:20988bcdc6dc76690023eb2505dd273bdeefddcd0bde4bfd1efe4ebf8707f747 AS builder_node
FROM node:24.12.0@sha256:33587cf3a89a08b68ba50feabd41b7584d6d09d0bfb209134a6a15532d2dab66 AS builder_node
WORKDIR /spend-sparrow
COPY package.json package-lock.json ./
RUN npm clean-install