docker: bump node version to 23

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" ]