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

This commit was merged in pull request #526.
This commit is contained in:
2025-07-23 22:29:35 +00:00
parent a97de92b55
commit d570f73aa1

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /web-app-template/web-app-template .
FROM node:22.17.1@sha256:079b6a683dc47a87673a6159c9e9b22b0687d04533087cf144c96fac8c26ecd3 AS builder_node
FROM node:22.17.1@sha256:e515259afd26f60db74957c62203c93d45760f2ba864d94accfa2edfc1ac17cf AS builder_node
WORKDIR /web-app-template
COPY package.json package-lock.json ./
RUN npm clean-install