mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
feat: upgrade Node.js support to include Node 22 (#9503)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ ARG APP_PATH
|
||||
WORKDIR $APP_PATH
|
||||
|
||||
# ---
|
||||
FROM node:20-slim AS runner
|
||||
FROM node:22-slim AS runner
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/outline/outline"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user