chore(deps): update node.js to c9397a5
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m31s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m42s

This commit was merged in pull request #44.
This commit is contained in:
2025-04-29 22:07:48 +00:00
parent 9ccb151b2c
commit be5e3e7053

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /spend-sparrow/spend-sparrow .
FROM node:22.15.0@sha256:f57e74d3ded287ee0fca136fd04f0c21c3f5e3926d48fbf9d6b17a69536c4397 AS builder_node
FROM node:22.15.0@sha256:c9397a508192cf0c591e1923fe88d7dad25c586cf5fa73ce4b8889427747f230 AS builder_node
WORKDIR /spend-sparrow
COPY package.json package-lock.json ./
RUN npm clean-install