]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update docker image and ci to node 20
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 14 Sep 2023 17:13:25 +0000 (10:13 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 14 Sep 2023 20:06:14 +0000 (13:06 -0700)
.github/workflows/ci.yml
Dockerfile

index 323bd1230550290a863880e7765989f3e2f0a6b4..b4ab6abce7a18e3e962779061f26ad1664199bec 100644 (file)
@@ -179,7 +179,7 @@ jobs:
       - pre-commit
     strategy:
       matrix:
-        node-version: [18.x]
+        node-version: [20.x]
     steps:
       - uses: actions/checkout@v3
       -
index 9435678643de87d6e7c601f86774ad1003206139..9f69baa4373b610e04d1309dd9a566c828530444 100644 (file)
@@ -5,7 +5,7 @@
 # Purpose: Compiles the frontend
 # Notes:
 #  - Does NPM stuff with Typescript and such
-FROM --platform=$BUILDPLATFORM docker.io/node:18-bookworm-slim AS compile-frontend
+FROM --platform=$BUILDPLATFORM docker.io/node:20-bookworm-slim AS compile-frontend
 
 COPY ./src-ui /src/src-ui