feat: upgrade Node.js support to include Node 22 (#9503)

This commit is contained in:
codegen-sh[bot]
2025-06-28 10:47:14 -04:00
committed by GitHub
parent 879c568a2c
commit 2a962efe57
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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"