Compare commits

...

1 Commits

Author SHA1 Message Date
b552787f59 chore(deps): update node.js to v24.14.0
Some checks failed
test-build / guarddog (pull_request) Successful in 2m10s
test-build / build (pull_request) Failing after 3m24s
2026-02-26 00:09:15 +00:00

View File

@@ -17,7 +17,7 @@ FROM build-deps AS build
COPY . .
RUN pnpm run build
FROM dhi.io/node:24.13.1 AS runtime
FROM dhi.io/node:24.14.0 AS runtime
WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist