chore(deps): update node.js to e515259
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m19s

This commit is contained in:
2025-07-23 21:47:55 +00:00
parent 22ad7cd52d
commit 5c5f74c88b

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /web-app-template/web-app-template . 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 WORKDIR /web-app-template
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm clean-install RUN npm clean-install