docker: bump node version to 23
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
jj 2024-11-01 17:52:46 +00:00
parent 5a66af514e
commit 676bc9879c
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
FROM node:20-bullseye-slim AS base
FROM node:23-bullseye-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
@ -22,4 +22,4 @@ COPY --from=build /prod/api /app
COPY --from=build /app/.git /app/.git
EXPOSE 9000
CMD [ "node", "src/cobalt" ]
CMD [ "node", "src/cobalt" ]