chore(deps): update node.js to e5ddf89
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m31s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m30s

This commit was merged in pull request #25.
This commit is contained in:
2025-04-09 04:07:13 +00:00
parent 928e34eb83
commit 552849f5c5

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.14.0@sha256:4a126f3116c37fbd8583209f13518efa9e9f6efc6bf18917141c6e6d4068fea1 AS builder_node FROM node:22.14.0@sha256:e5ddf893cc6aeab0e5126e4edae35aa43893e2836d1d246140167ccc2616f5d7 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