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

This commit was merged in pull request #465.
This commit is contained in:
2025-05-16 02:10:47 +00:00
parent ca06ef7f5b
commit 725e34ad1c

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /web-app-template/web-app-template .
FROM node:22.15.1@sha256:9853a1e3ddd87b28327124e6c2016815fb42f09aa62902dd5ca054363eafbd72 AS builder_node
FROM node:22.15.1@sha256:e558507eb799e3a76fcdaaee5e48dce1a00aebc85892128a9fca59f63bd49511 AS builder_node
WORKDIR /web-app-template
COPY package.json package-lock.json ./
RUN npm clean-install