chore(deps): update node.js to v22.15.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Successful in 8m53s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 2m46s

This commit was merged in pull request #33.
This commit is contained in:
2025-04-23 16:10:32 +00:00
parent dc263bfbe1
commit c246254062

View File

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