Skip to content

Commit 1f950fa

Browse files
committed
bump version
1 parent 7fdf567 commit 1f950fa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
env:
1212
PLATFORMS: 'linux/amd64,linux/arm64'
1313
IMAGE_NAME: 'easypi/scrapyd'
14-
SCRAPYD_VERSION: '1.5.0'
15-
SCRAPY_VERSION: '2.13.0'
14+
SCRAPYD_VERSION: '1.6.0'
15+
SCRAPY_VERSION: '2.13.3'
1616

1717
jobs:
1818
release:

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ FROM debian:bookworm
66
MAINTAINER EasyPi Software Foundation
77

88
ARG TARGETPLATFORM
9-
ARG SCRAPY_VERSION=2.13.0
10-
ARG SCRAPYD_VERSION=1.5.0
11-
ARG SCRAPYD_CLIENT_VERSION=2.0.2
9+
ARG SCRAPY_VERSION=2.13.3
10+
ARG SCRAPYD_VERSION=1.6.0
11+
ARG SCRAPYD_CLIENT_VERSION=2.0.3
1212
ARG SCRAPY_SPLASH_VERSION=0.11.1
1313
ARG SCRAPYRT_VERSION=v0.16.0
1414
ARG SPIDERMON_VERSION=1.24.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ 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.13.0
30-
- scrapyd==1.5.0
31-
- scrapyd-client==2.0.2
29+
- scrapy==2.13.3
30+
- scrapyd==1.6.0
31+
- scrapyd-client==2.0.3
3232
- scrapy-splash==0.11.1
3333
- scrapyrt==v0.16.0
3434
- spidermon==1.24.0

0 commit comments

Comments
 (0)