Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed May 17, 2024
1 parent 2c4be5c commit 3c2e152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1'
SCRAPY_VERSION: '2.11.2'

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM debian:bookworm
MAINTAINER EasyPi Software Foundation

ARG TARGETPLATFORM
ARG SCRAPY_VERSION=2.11.1
ARG SCRAPY_VERSION=2.11.2
ARG SCRAPYD_VERSION=1.4.3
ARG SCRAPYD_CLIENT_VERSION=v1.2.3
ARG SCRAPY_SPLASH_VERSION=0.9.0
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.1
- scrapy==2.11.2
- scrapyd==1.4.3
- scrapyd-client==v1.2.3
- scrapy-splash==0.9.0
Expand Down

0 comments on commit 3c2e152

Please sign in to comment.