chore(deps): update node.js to v22.16.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 11s
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 11s
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.15.1@sha256:e558507eb799e3a76fcdaaee5e48dce1a00aebc85892128a9fca59f63bd49511 AS builder_node
|
FROM node:22.16.0@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb 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