Skip to content

Commit 3c2e152

Browse files
committed
bump version
1 parent 2c4be5c commit 3c2e152

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
PLATFORMS: 'linux/amd64,linux/arm64'
1313
IMAGE_NAME: 'easypi/scrapyd'
1414
SCRAPYD_VERSION: '1.4.3'
15-
SCRAPY_VERSION: '2.11.1'
15+
SCRAPY_VERSION: '2.11.2'
1616

1717
jobs:
1818
release:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM debian:bookworm
66
MAINTAINER EasyPi Software Foundation
77

88
ARG TARGETPLATFORM
9-
ARG SCRAPY_VERSION=2.11.1
9+
ARG SCRAPY_VERSION=2.11.2
1010
ARG SCRAPYD_VERSION=1.4.3
1111
ARG SCRAPYD_CLIENT_VERSION=v1.2.3
1212
ARG SCRAPY_SPLASH_VERSION=0.9.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ utility which allows you to deploy your project to a Scrapyd server.
2626

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

29-
- scrapy==2.11.1
29+
- scrapy==2.11.2
3030
- scrapyd==1.4.3
3131
- scrapyd-client==v1.2.3
3232
- scrapy-splash==0.9.0

0 commit comments

Comments
 (0)