]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Use Bookworm for the frontend build as well
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 13 Jun 2023 20:43:38 +0000 (13:43 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 15 Jun 2023 14:33:19 +0000 (07:33 -0700)
Dockerfile

index 93399120dc299ffe5d68754f3cd61e6301bbef92..10b79371569af57fefa06c52fd6fa350c419c601 100644 (file)
@@ -5,7 +5,7 @@
 # Purpose: Compiles the frontend
 # Notes:
 #  - Does NPM stuff with Typescript and such
-FROM --platform=$BUILDPLATFORM docker.io/node:16-bullseye-slim AS compile-frontend
+FROM --platform=$BUILDPLATFORM docker.io/node:16-bookworm-slim AS compile-frontend
 
 COPY ./src-ui /src/src-ui