diff --git a/Dockerfile b/Dockerfile index 4763b38..e33d042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV CI=true RUN bun run build RUN bun install --production --frozen-lockfile -FROM node:22-slim AS runner +FROM node:24-slim AS runner WORKDIR /app ENV HOST=0.0.0.0