chore(deps): update node.js to v22.20.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 3m5s

This commit is contained in:
2025-09-25 07:10:33 +00:00
parent 278630f2e9
commit e943052180

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /spend-sparrow/spend-sparrow .
FROM node:22.19.0@sha256:afff6d8c97964a438d2e6a9c96509367e45d8bf93f790ad561a1eaea926303d9 AS builder_node
FROM node:22.20.0@sha256:4973262386dc1cb70f7d6fc48a855027d8f12d2d3b1fe559b9db9a4fcb74668f AS builder_node
WORKDIR /spend-sparrow
COPY package.json package-lock.json ./
RUN npm clean-install