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

This commit was merged in pull request #491.
This commit is contained in:
2025-06-11 22:08:48 +00:00
parent 6ec38f2f22
commit c0775a5f2d

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:6a2972b55a5032ed961f5239c7a829c439fb54fc1d99ca5dccb2094860a47b97 AS builder_node
FROM node:22.16.0@sha256:f627d0e594bbc713de73c2c50d18033c89e114cb1645c3b520b201426cfe1975 AS builder_node
WORKDIR /web-app-template
COPY package.json package-lock.json ./
RUN npm clean-install