chore(deps): update node.js to v22.17.0
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m26s

This commit is contained in:
2025-06-27 17:27:35 +00:00
parent 45ad21080b
commit 991d89f901

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /web-app-template/web-app-template .
FROM node:22.16.0@sha256:71bcbb3b215b3fa84b5b167585675072f4c270855e37a599803f1a58141a0716 AS builder_node
FROM node:22.17.0@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7 AS builder_node
WORKDIR /web-app-template
COPY package.json package-lock.json ./
RUN npm clean-install