chore(deps): update node.js to 2fa6c97
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m41s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m48s

This commit was merged in pull request #511.
This commit is contained in:
2025-07-08 04:05:39 +00:00
parent 15495c247e
commit dc78af68f9

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.17.0@sha256:5307f5fb05ee67123776f256ae011ed167c7ca1270f021f798290222fec13649 AS builder_node FROM node:22.17.0@sha256:2fa6c977460b56d4d8278947ab56faeb312bc4cc6c4cf78920c6de27812f51c5 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