chore: upgrade Node.js to 24.14.1 (LTS) (#11918)

* Initial plan

* chore: upgrade Node.js base image from 22.21.0 to 24.14.1 (LTS)

* chore: include node version in node_modules cache keys

* Add canary build for docker changes

* fix: Try docker driver

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com>
Co-authored-by: Tom Moor <tom@getoutline.com>
This commit is contained in:
Copilot
2026-04-01 17:47:01 -04:00
committed by GitHub
parent 222de9ef01
commit c4479e257e
7 changed files with 60 additions and 17 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ ARG APP_PATH
WORKDIR $APP_PATH
# ---
FROM node:22.21.0-slim AS runner
FROM node:24.14.1-slim AS runner
LABEL org.opencontainers.image.source="https://github.com/outline/outline"