From d48d5ee474e2ad440fb5eae4e4cd7d58ee8e9b85 Mon Sep 17 00:00:00 2001 From: Ching Date: Tue, 5 Mar 2024 18:25:04 +0800 Subject: [PATCH] feat: Update pygrocy download link in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bacc3b9..ee986dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY requirements.txt ./ # download file from cdn -RUN wget -O /app/pygrocy.tar.gz https://cdn.tunpok.com/pygrocy-2-0-1.tar.gz +RUN wget -O /app/pygrocy.tar.gz https://cdn.tunpok.com/pygrocy.tar.gz # install pygrocy RUN pip install /app/pygrocy.tar.gz