Skip to content

Commit 9f4d8a1

Browse files
committed
bump version
1 parent 306e2d7 commit 9f4d8a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
PLATFORMS: 'linux/amd64,linux/arm64'
1313
IMAGE_NAME: 'easypi/scrapyd'
14-
SCRAPYD_VERSION: '1.4.2'
14+
SCRAPYD_VERSION: '1.4.3'
1515
SCRAPY_VERSION: '2.11.0'
1616

1717
jobs:

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ MAINTAINER EasyPi Software Foundation
77

88
ARG TARGETPLATFORM
99
ARG SCRAPY_VERSION=2.11.0
10-
ARG SCRAPYD_VERSION=1.4.2
10+
ARG SCRAPYD_VERSION=1.4.3
1111
ARG SCRAPYD_CLIENT_VERSION=v1.2.3
1212
ARG SCRAPY_SPLASH_VERSION=0.9.0
1313
ARG SCRAPYRT_VERSION=v0.15.0
1414
ARG SPIDERMON_VERSION=1.20.0
15-
ARG SCRAPY_POET_VERSION=0.15.1
15+
ARG SCRAPY_POET_VERSION=0.16.0
1616

1717
SHELL ["/bin/bash", "-c"]
1818

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ utility which allows you to deploy your project to a Scrapyd server.
2525
This image is based on `debian:bookworm`, 7 latest stable python packages are installed:
2626

2727
- scrapy==2.11.0
28-
- scrapyd==1.4.2
28+
- scrapyd==1.4.3
2929
- scrapyd-client==v1.2.3
3030
- scrapy-splash==0.9.0
3131
- scrapyrt==v0.15.0
3232
- spidermon==1.20.0
33-
- scrapy-poet==0.15.1
33+
- scrapy-poet==0.16.0
3434

3535
```bash
3636
# fetch latest versions

0 commit comments

Comments
 (0)