Skip to content

Commit 18d280c

Browse files
committed
fix scrapyd-client
1 parent cd893d8 commit 18d280c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MAINTAINER EasyPi Software Foundation
88
ARG TARGETPLATFORM
99
ARG SCRAPY_VERSION=2.11.2
1010
ARG SCRAPYD_VERSION=1.5.0
11-
ARG SCRAPYD_CLIENT_VERSION=v2.0.0
11+
ARG SCRAPYD_CLIENT_VERSION=2.0.0
1212
ARG SCRAPY_SPLASH_VERSION=0.9.0
1313
ARG SCRAPYRT_VERSION=v0.16.0
1414
ARG SPIDERMON_VERSION=1.22.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This image is based on `debian:bookworm`, 8 latest stable python packages are in
2828

2929
- scrapy==2.11.2
3030
- scrapyd==1.5.0
31-
- scrapyd-client==v2.0.0
31+
- scrapyd-client==2.0.0
3232
- scrapy-splash==0.9.0
3333
- scrapyrt==v0.16.0
3434
- spidermon==1.22.0

0 commit comments

Comments
 (0)