chore(deps): update node.js to 0d98a9f
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m44s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m41s

This commit was merged in pull request #245.
This commit is contained in:
2025-08-04 13:04:59 +00:00
parent 4583c0a70e
commit ddcbfaa075

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /spend-sparrow/spend-sparrow . RUN go build -o /spend-sparrow/spend-sparrow .
FROM node:22.18.0@sha256:6c8509302877fde41780859bf8e5b0319a52e78dfd7dfeaf60c85f8c1bbd2d70 AS builder_node FROM node:22.18.0@sha256:0d98a9f00c41e0e6eb1d925963ebf2620e6244bb53c420588aacef0f93101fd6 AS builder_node
WORKDIR /spend-sparrow WORKDIR /spend-sparrow
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm clean-install RUN npm clean-install