We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b385442 commit 0cfb9c9Copy full SHA for 0cfb9c9
2 files changed
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ env:
12
PLATFORMS: 'linux/amd64,linux/arm64'
13
IMAGE_NAME: 'easypi/scrapyd'
14
SCRAPYD_VERSION: '1.6.0'
15
- SCRAPY_VERSION: '2.13.3'
+ SCRAPY_VERSION: '2.13.4'
16
17
jobs:
18
release:
README.md
@@ -26,7 +26,7 @@ utility which allows you to deploy your project to a Scrapyd server.
26
27
This image is based on `debian:bookworm`, 8 latest stable python packages are installed:
28
29
-- scrapy==2.13.3
+- scrapy==2.13.4
30
- scrapyd==1.6.0
31
- scrapyd-client==2.0.3
32
- scrapy-splash==0.11.1
0 commit comments