chore(deps): update node.js to 0b5b940
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m32s

This commit is contained in:
2025-05-24 13:02:07 +00:00
parent 2f47b4b91f
commit 84e6ea73e7

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:74066d050011dd18c56390523cb255b38bce09b332221a4ec15ab0d8e1ac61fe AS builder_node FROM node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875 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