mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Fix node version
From automatic codereview. We should use a specific node version. We are using the same version that was used before in the github pipeline.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node AS compile-frontend
|
||||
FROM node:15 AS compile-frontend
|
||||
|
||||
COPY . /src
|
||||
|
||||
|
Reference in New Issue
Block a user