Update tests and docker to Node 20 LTS (#6204)

This commit is contained in:
Tom Moor
2023-11-22 20:51:56 -05:00
committed by GitHub
parent 396d886ecb
commit d3e0b19202
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
ARG APP_PATH=/opt/outline
FROM node:18-alpine AS deps
FROM node:20-alpine AS deps
ARG APP_PATH
WORKDIR $APP_PATH