From f3d563c670ce847c3ef16e33b2710ff9d8eaba06 Mon Sep 17 00:00:00 2001 From: Max Pfeiffer Date: Fri, 1 Mar 2024 00:01:02 +0100 Subject: [PATCH 1/2] Updated python versions --- .github/workflows/pipeline.yml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 76b1dda..2fe6b97 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ["3.10.13", "3.11.6", "3.12.0"] + python_version: ["3.10.13", "3.11.8", "3.12.2"] os_variant: ["bookworm", "slim-bookworm"] poetry_version: ["1.5.1", "1.6.1", "1.7.1"] steps: @@ -88,7 +88,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ["3.10.13", "3.11.6", "3.12.0"] + python_version: ["3.10.13", "3.11.8", "3.12.2"] os_variant: ["bookworm", "slim-bookworm"] poetry_version: ["1.5.1", "1.6.1", "1.7.1"] steps: @@ -160,7 +160,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ["3.10.13", "3.11.6", "3.12.0"] + python_version: ["3.10.13", "3.11.8", "3.12.2"] os_variant: ["bookworm", "slim-bookworm"] poetry_version: ["1.5.1", "1.6.1", "1.7.1"] steps: diff --git a/README.md b/README.md index 5c02bcc..2c2da63 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ management. Basis of this image are the [official Python](https://hub.docker.com/_/python) and [Debian images](https://hub.docker.com/_/debian). -This multiarch image supports AMD64 and ARM64 architectures. +This multi arch image supports AMD64 and ARM64 architectures. **Docker Hub:** [pfeiffermax/python-poetry](https://hub.docker.com/r/pfeiffermax/python-poetry) @@ -22,9 +22,9 @@ This multiarch image supports AMD64 and ARM64 architectures. ## Docker Image Features **Poetry versions:** -* v1.5.1 * v1.6.1 * v1.7.1 +* v1.8.1 **Python versions:** * v3.10 From d8ff6d9d28e8c1d2c3c46cb4be5f2e0b10c3f94d Mon Sep 17 00:00:00 2001 From: Max Pfeiffer Date: Fri, 1 Mar 2024 00:04:41 +0100 Subject: [PATCH 2/2] Updated poetry versions --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e54e9ad..889890d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -40,7 +40,7 @@ jobs: matrix: python_version: ["3.10.13", "3.11.8", "3.12.2"] os_variant: ["bookworm", "slim-bookworm"] - poetry_version: ["1.5.1", "1.6.1", "1.7.1"] + poetry_version: ["1.6.1", "1.7.1", "1.8.1"] steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -89,7 +89,7 @@ jobs: matrix: python_version: ["3.10.13", "3.11.8", "3.12.2"] os_variant: ["bookworm", "slim-bookworm"] - poetry_version: ["1.5.1", "1.6.1", "1.7.1"] + poetry_version: ["1.6.1", "1.7.1", "1.8.1"] steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -161,7 +161,7 @@ jobs: matrix: python_version: ["3.10.13", "3.11.8", "3.12.2"] os_variant: ["bookworm", "slim-bookworm"] - poetry_version: ["1.5.1", "1.6.1", "1.7.1"] + poetry_version: ["1.6.1", "1.7.1", "1.8.1"] steps: - name: Checkout Repository uses: actions/checkout@v4