From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 8 Sep 2023 23:48:02 +0000 (-0700) Subject: Update docker image node to v18 (#4149) X-Git-Tag: v2.0.0-beta.1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9fdf68be3efb0fb6d9cf55c324d271730b8fb5d;p=thirdparty%2Fpaperless-ngx.git Update docker image node to v18 (#4149) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7be31de476..117273bcd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: - pre-commit strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - diff --git a/Dockerfile b/Dockerfile index 1ff57e72f2..36dc22f9fe 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-bookworm-slim AS compile-frontend +FROM --platform=$BUILDPLATFORM docker.io/node:18-bookworm-slim AS compile-frontend COPY ./src-ui /src/src-ui