Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Feb 26, 2024
1 parent 017c060 commit 22e4eb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
PLATFORMS: 'linux/amd64,linux/arm64'
IMAGE_NAME: 'easypi/scrapyd'
SCRAPYD_VERSION: '1.4.3'
SCRAPY_VERSION: '2.11.0'
SCRAPY_VERSION: '2.11.1'

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM debian:bookworm
MAINTAINER EasyPi Software Foundation

ARG TARGETPLATFORM
ARG SCRAPY_VERSION=2.11.0
ARG SCRAPY_VERSION=2.11.1
ARG SCRAPYD_VERSION=1.4.3
ARG SCRAPYD_CLIENT_VERSION=v1.2.3
ARG SCRAPY_SPLASH_VERSION=0.9.0
ARG SCRAPYRT_VERSION=v0.15.0
ARG SCRAPYRT_VERSION=v0.16.0
ARG SPIDERMON_VERSION=1.20.0
ARG SCRAPY_POET_VERSION=0.20.1
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.34
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ utility which allows you to deploy your project to a Scrapyd server.

This image is based on `debian:bookworm`, 8 latest stable python packages are installed:

- scrapy==2.11.0
- scrapy==2.11.1
- scrapyd==1.4.3
- scrapyd-client==v1.2.3
- scrapy-splash==0.9.0
Expand Down

0 comments on commit 22e4eb6

Please sign in to comment.