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

This commit was merged in pull request #429.
This commit is contained in:
2025-04-08 16:07:12 +00:00
parent ae309f4cd1
commit 09943c12b2

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.14.0@sha256:89b86535844dc9a7a2540b1cd3b3b1b84315fbc89369dc6d8f09591ca939562e AS builder_node FROM node:22.14.0@sha256:cb930e42c7a92acddd84a319e93a77a4b2ab9ae46244cf58ad7a2daaf95bc160 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