diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fdd4259..29b9663 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: diff --git a/Dockerfile b/Dockerfile index 010a2a2..dce3855 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index a153e75..cdf14ec 100644 --- a/README.md +++ b/README.md @@ -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