mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
chore(deps): update node.js to v22
This commit is contained in:
parent
df31046a68
commit
7e37702381
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ARG COMMIT=unknown
|
|||
ARG BUILD_DATE=unknown
|
||||
|
||||
# Stage 1: Build Vite frontend
|
||||
FROM node:20-alpine AS frontend
|
||||
FROM node:22-alpine AS frontend
|
||||
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue