chore(deps): update node.js to bd00c03

This commit is contained in:
2024-09-06 04:00:54 +00:00
parent 82cc0710e7
commit 29c911e88e

View File

@@ -5,7 +5,7 @@ COPY . ./
RUN templ generate && go build -o /me-fit/me-fit .
FROM node:22.8.0@sha256:c6add15c26b86f1ad3f43c8339cf04da4b01984b6b348d9879f9509049381252 AS builder_node
FROM node:22.8.0@sha256:bd00c03095f7586432805dbf7989be10361d27987f93de904b1fc003949a4794 AS builder_node
WORKDIR /me-fit
COPY . ./
RUN npm install && npm run build