chore(deps): update node.js to v22.16.0
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 6m3s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m31s

This commit was merged in pull request #122.
This commit is contained in:
2025-05-21 22:08:50 +00:00
parent b27a2050a7
commit 0dcf7daf7f

View File

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