Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Sep 14, 2023
1 parent db9daa6 commit ed5912d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed5912d

Please sign in to comment.