mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Update docker image node to v18 (#4149)
This commit is contained in:
parent
ec971d0473
commit
b9fdf68be3
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# Purpose: Compiles the frontend
|
||||
# Notes:
|
||||
# - Does NPM stuff with Typescript and such
|
||||
FROM --platform=$BUILDPLATFORM docker.io/node:16-bookworm-slim AS compile-frontend
|
||||
FROM --platform=$BUILDPLATFORM docker.io/node:18-bookworm-slim AS compile-frontend
|
||||
|
||||
COPY ./src-ui /src/src-ui
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue