chore(deps): update node.js to 68cf33c
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m36s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m28s

This commit was merged in pull request #178.
This commit is contained in:
2025-06-12 04:06:04 +00:00
parent 96b4ac414e
commit e8a13dc8e7

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /spend-sparrow/spend-sparrow .
FROM node:22.16.0@sha256:2040569338f7a279161576ec5ff332d97ef53f46baf94c85fe06fd3ed81a8f5f AS builder_node
FROM node:22.16.0@sha256:68cf33c392726bdda3f0bc5e53894ebd641fed6367fb0b4204277bbd2377a543 AS builder_node
WORKDIR /spend-sparrow
COPY package.json package-lock.json ./
RUN npm clean-install