diff --git a/Dockerfile b/Dockerfile index e933c468..f9451a55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file +CMD [ "node", "src/cobalt" ]