diff --git a/Dockerfile b/Dockerfile index 960620f..851e680 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY requirements-api.txt . RUN pip install --no-cache-dir -r requirements-api.txt # Install updated yfinance_plus from Gitea repository -RUN pip install git+https://gitea.yirugi.synology.me/yirugi/yfinance_plus.git@d18976d4aa58c9df58c55f47a77b568d8ce8581e +RUN pip install git+https://gitea.yirugi.synology.me/yirugi/yfinance_plus.git@9fae52e # Copy application code COPY . .