chore(deps): update node.js to v22.18.0
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m4s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m51s

This commit was merged in pull request #533.
This commit is contained in:
2025-08-04 10:05:49 +00:00
parent 2783a83015
commit 09e1ad32a0

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.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c AS builder_node FROM node:22.18.0@sha256:6c8509302877fde41780859bf8e5b0319a52e78dfd7dfeaf60c85f8c1bbd2d70 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