docker: bump node version to 23
This commit is contained in:
parent
5a66af514e
commit
676bc9879c
1 changed files with 2 additions and 2 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue