chore(deps): update node.js to 9853a1e
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m7s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m43s

This commit was merged in pull request #70.
This commit is contained in:
2025-05-15 22:11:20 +00:00
parent 79f4394e2c
commit ae42d6d1e6

View File

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