fix: Update Node.js to 24.15.0 (#12120)

Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-20 06:19:11 -04:00
committed by GitHub
parent 321b232f17
commit 06d5969099
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
ARG APP_PATH=/opt/outline
FROM node:24.14.1 AS deps
FROM node:24.15.0 AS deps
ARG APP_PATH
WORKDIR $APP_PATH