diff --git a/Dockerfile b/Dockerfile index 4b3e9bd..a64496c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG SCRAPYD_CLIENT_VERSION=v1.2.3 ARG SCRAPY_SPLASH_VERSION=0.9.0 ARG SCRAPYRT_VERSION=v0.14.0 ARG SPIDERMON_VERSION=1.20.0 -ARG SCRAPY_POET_VERSION=0.13.0 +ARG SCRAPY_POET_VERSION=0.15.0 SHELL ["/bin/bash", "-c"] diff --git a/README.md b/README.md index a70fb72..061b33b 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ utility which allows you to deploy your project to a Scrapyd server. This image is based on `debian:bookworm`, 7 latest stable python packages are installed: -- scrapy==2.10.0 +- scrapy==2.10.1 - scrapyd==1.4.2 - scrapyd-client==v1.2.3 - scrapy-splash==0.9.0 - scrapyrt==v0.14.0 -- spidermon==1.19.0 -- scrapy-poet==0.13.0 +- spidermon==1.20.0 +- scrapy-poet==0.15.0 ```bash # fetch latest versions