chore(deps): update node.js to 473b436
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m57s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m45s

This commit was merged in pull request #34.
This commit is contained in:
2025-04-23 19:07:19 +00:00
parent c246254062
commit 8c20b95628

View File

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