chore(deps): update node.js to v22.11.0
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m44s

This commit was merged in pull request #224.
This commit is contained in:
2024-10-30 18:35:31 +00:00
committed by renovate
parent 506fc8d248
commit 9496b5c687

View File

@@ -5,7 +5,7 @@ COPY . ./
RUN templ generate && mockery && go test ./... && go build -o /me-fit/me-fit . RUN templ generate && mockery && go test ./... && go build -o /me-fit/me-fit .
FROM node:22.10.0@sha256:da53547a061beb7f11f58ee2231589b999acfca89bdf6dfd740627340c879f63 AS builder_node FROM node:22.11.0@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2 AS builder_node
WORKDIR /me-fit WORKDIR /me-fit
COPY . ./ COPY . ./
RUN npm install && npm run build RUN npm install && npm run build