mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01: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 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node AS compile-frontend
|
FROM node:15 AS compile-frontend
|
||||||
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue