Skip to content

Commit

Permalink
Merge pull request #53 from max-pfeiffer/feature/poetry_1_7_upgrade
Browse files Browse the repository at this point in the history
Updated poetry version
  • Loading branch information
max-pfeiffer committed Nov 28, 2023
2 parents 8cce93c + 2c82cd4 commit cfa149e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
python_version: ["3.10.13", "3.11.6", "3.12.0"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.4.2", "1.5.1", "1.6.1"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
matrix:
python_version: ["3.10.13", "3.11.6", "3.12.0"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.4.2", "1.5.1", "1.6.1"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
matrix:
python_version: ["3.10.13", "3.11.6", "3.12.0"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.4.2", "1.5.1", "1.6.1"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ This multiarch image supports AMD64 and ARM64 architectures.

## Docker Image Features
**Poetry versions:**
* v1.4.2
* v1.5.1
* v1.6.1
* v1.7.1

**Python versions:**
* v3.10
Expand Down

0 comments on commit cfa149e

Please sign in to comment.