]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update docker image node to v18 (#4149)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 8 Sep 2023 23:48:02 +0000 (16:48 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 23:48:02 +0000 (16:48 -0700)
.github/workflows/ci.yml
Dockerfile

index 7be31de47681d92adbd7fcbebc1278da44cde7b8..117273bcd99e5c748263f2da0a9d0c71c69f42d3 100644 (file)
@@ -180,7 +180,7 @@ jobs:
       - pre-commit
     strategy:
       matrix:
-        node-version: [16.x]
+        node-version: [18.x]
     steps:
       - uses: actions/checkout@v3
       -
index 1ff57e72f24d4a30e9210396b6a74a4635259b22..36dc22f9fe6126c37d768c74f220441d98b523ca 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-bookworm-slim AS compile-frontend
+FROM --platform=$BUILDPLATFORM docker.io/node:18-bookworm-slim AS compile-frontend
 
 COPY ./src-ui /src/src-ui