No description
Find a file
renovate-bot 5995db5164
All checks were successful
Build and publish / lint (push) Successful in 9s
Build and publish / python3_9 (push) Successful in 56s
Build and publish / python3_10 (push) Successful in 54s
Build and publish / python3_11 (push) Successful in 52s
Build and publish / python3_12 (push) Successful in 54s
Build and publish / python3_13 (push) Successful in 54s
Update actions/checkout action to v5 (#1552)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v5`](https://github.com/actions/checkout/compare/v4...v5)

[Compare Source](https://github.com/actions/checkout/compare/v4...v5)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #1552
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
2025-08-17 19:04:26 +00:00
.forgejo/workflows Update actions/checkout action to v5 (#1552) 2025-08-17 19:04:26 +00:00
3.9 Update python:3.9.23-slim-bookworm Docker digest to 61db110 (#1567) 2025-08-13 18:24:03 +00:00
3.10 Update python:3.10.18-slim-bookworm Docker digest to 66a6e8a (#1568) 2025-08-13 18:26:19 +00:00
3.11 Update python:3.11.13-slim-bookworm Docker digest to 390fac8 (#1566) 2025-08-13 19:20:56 +00:00
3.12 Update python:3.12.11-slim-bookworm Docker digest to 42cf242 (#1571) 2025-08-14 06:24:39 +00:00
3.13 Update python:3.13.7-slim-bookworm Docker digest to 9b8102b (#1574) 2025-08-16 03:21:23 +00:00
README.md Update README [CI SKIP] 2021-07-24 13:18:13 +02:00
renovate.json Update location of renovate presets [CI SKIP] 2021-08-06 17:16:06 +02:00

docker-python-poetry

Build Status Docker Pulls

A Debian based python docker container with poetry pre-installed. This image is built from the official python slim-buster image. Check out the image on Docker Hub. The source code can be found here with a mirror on GitHub.

There are a few different tags depending on which python version you're looking for. The tag structure is POETRY VERSION followed by PYTHON VERSION. So if you want Poetry and Python 3.8 you would for example use one of the following tags depending on how specific you want to be about the poetry version 1-3.8 or 1.1-3.8 or 1.1.4-3.8

Please be aware that currently only the tags corresponding to the latest version of poetry will get its base images updated.