mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -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
bb507529db
commit
3287ddf6d7
@ -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