chore(deps): update node.js to v22.17.0
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m26s
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m26s
This commit is contained in:
@@ -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:71bcbb3b215b3fa84b5b167585675072f4c270855e37a599803f1a58141a0716 AS builder_node
|
FROM node:22.17.0@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7 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
|
||||||
|
|||||||
Reference in New Issue
Block a user