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

This commit was merged in pull request #283.
This commit is contained in:
2025-08-29 04:05:31 +00:00
parent 3aca37839c
commit 24ede772c9

View File

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