mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
Use buildarg to use correct parent variable
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM freqtradeorg/freqtrade:develop
|
||||
ARG sourceimage=develop
|
||||
FROM freqtradeorg/freqtrade:${sourceimage}
|
||||
|
||||
# Install dependencies
|
||||
COPY requirements-plot.txt /freqtrade/
|
||||
|
||||
Reference in New Issue
Block a user