fix: Update Node.js to 24.16.0 (#12448)

Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-05-25 08:34:10 -04:00
committed by GitHub
parent 1a4033dd2d
commit 4bd5585f8c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ ARG APP_PATH
WORKDIR $APP_PATH
# ---
FROM node:24.15.0-slim AS runner
FROM node:24.16.0-slim AS runner
LABEL org.opencontainers.image.source="https://github.com/outline/outline"