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

This commit was merged in pull request #493.
This commit is contained in:
2025-06-12 02:06:40 +00:00
parent 95e3d10841
commit 60d39fe764

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.16.0@sha256:f627d0e594bbc713de73c2c50d18033c89e114cb1645c3b520b201426cfe1975 AS builder_node FROM node:22.16.0@sha256:2040569338f7a279161576ec5ff332d97ef53f46baf94c85fe06fd3ed81a8f5f 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