File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 PLATFORMS : ' linux/amd64,linux/arm64'
1313 IMAGE_NAME : ' easypi/scrapyd'
1414 SCRAPYD_VERSION : ' 1.5.0'
15- SCRAPY_VERSION : ' 2.12 .0'
15+ SCRAPY_VERSION : ' 2.13 .0'
1616
1717jobs :
1818 release :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM debian:bookworm
66MAINTAINER EasyPi Software Foundation
77
88ARG TARGETPLATFORM
9- ARG SCRAPY_VERSION=2.12 .0
9+ ARG SCRAPY_VERSION=2.13 .0
1010ARG SCRAPYD_VERSION=1.5.0
1111ARG SCRAPYD_CLIENT_VERSION=2.0.2
1212ARG SCRAPY_SPLASH_VERSION=0.11.1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ utility which allows you to deploy your project to a Scrapyd server.
2626
2727This image is based on ` debian:bookworm ` , 8 latest stable python packages are installed:
2828
29- - scrapy==2.12 .0
29+ - scrapy==2.13 .0
3030- scrapyd==1.5.0
3131- scrapyd-client==2.0.2
3232- scrapy-splash==0.11.1
You can’t perform that action at this time.
0 commit comments