From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:43:38 +0000 (-0700) Subject: Use Bookworm for the frontend build as well X-Git-Tag: v1.16.0~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ec9e6b136449ca6bb1b4ef2314fbb8061b593f;p=thirdparty%2Fpaperless-ngx.git Use Bookworm for the frontend build as well --- diff --git a/Dockerfile b/Dockerfile index 93399120dc..10b7937156 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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