chore(deps): update node.js to v22.8.0

This commit is contained in:
2024-09-03 22:00:59 +00:00
parent ce554cfb73
commit 0024e1eeb7

View File

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