From bf25b5ab3d20f5baae1f45984beb01356f3e6bd9 Mon Sep 17 00:00:00 2001 From: Mohamed Elyousfi Date: Wed, 1 Nov 2023 14:06:23 +0100 Subject: [PATCH] Update from python3.10 to 3.11 --- .github/workflows/pylint.yml | 2 +- .github/workflows/pytest.yml | 2 +- Dockerfile | 4 ++-- ostorlab.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 49dfffd..1dbc75e 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10"] + python-version: ["3.11"] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c668b78..e8867e3 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10"] + python-version: ["3.11"] steps: - uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index a855d63..0ffd07f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-alpine as base +FROM python:3.11-alpine as base FROM base as builder RUN apk add build-base RUN mkdir /install @@ -24,4 +24,4 @@ WORKDIR /root/.config/subfinder/ RUN touch provider-config.yaml WORKDIR /app -CMD ["python3", "/app/agent/subfinder_agent.py"] +CMD ["python3.11", "/app/agent/subfinder_agent.py"] diff --git a/ostorlab.yaml b/ostorlab.yaml index 78710de..2cd2b0d 100644 --- a/ostorlab.yaml +++ b/ostorlab.yaml @@ -1,6 +1,6 @@ kind: Agent name: subfinder -version: 0.2.7 +version: 0.2.8 image: images/logo.png description: | This repository is an implementation of [Ostorlab Agent](https://pypi.org/project/ostorlab/) for [Subfinder](https://github.com/projectdiscovery/subfinder) discovery tool by by ProjectDiscovery.