From cb8f94a4d6bbc9c9bdef571153f9aa3d28a97d80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:57:41 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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