mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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:
parent
9f895fe65f
commit
31d96ea85b
@ -1,4 +1,4 @@
|
||||
FROM node AS compile-frontend
|
||||
FROM node:15 AS compile-frontend
|
||||
|
||||
COPY . /src
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user