18 Commits

Author SHA1 Message Date
2233b24294 Merge pull request 'Update https://gitea.com/actions/checkout action to v6' (#29) from renovate/https-gitea.com-actions-checkout-6.x into main
All checks were successful
Build container / Build (push) Successful in 55s
Reviewed-on: #29
2025-11-26 20:32:21 +00:00
b749c35f11 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.13' (#31) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 46s
2025-11-26 16:00:52 +00:00
b5cca51c3f Update ghcr.io/astral-sh/uv Docker tag to v0.9.13
All checks were successful
Build container / Build (pull_request) Successful in 58s
2025-11-26 16:00:43 +00:00
655d6a9c47 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.12' (#30) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 51s
2025-11-25 16:00:55 +00:00
38a7d3e3ec Update ghcr.io/astral-sh/uv Docker tag to v0.9.12
All checks were successful
Build container / Build (pull_request) Successful in 54s
2025-11-25 16:00:44 +00:00
108787edce Update https://gitea.com/actions/checkout action to v6
All checks were successful
Build container / Build (pull_request) Successful in 1m14s
2025-11-21 02:00:48 +00:00
6ab2c8280b Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.11' (#28) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 1m9s
2025-11-21 00:00:55 +00:00
c1a4a4f771 Update ghcr.io/astral-sh/uv Docker tag to v0.9.11
All checks were successful
Build container / Build (pull_request) Successful in 50s
2025-11-21 00:00:46 +00:00
9611dff622 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.10' (#27) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 57s
2025-11-17 18:00:50 +00:00
a526fa7d56 Update ghcr.io/astral-sh/uv Docker tag to v0.9.10
All checks were successful
Build container / Build (pull_request) Successful in 57s
2025-11-17 18:00:41 +00:00
274424ab47 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.9' (#26) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 1m7s
2025-11-12 20:00:56 +00:00
b92981f140 Update ghcr.io/astral-sh/uv Docker tag to v0.9.9
All checks were successful
Build container / Build (pull_request) Successful in 1m46s
2025-11-12 20:00:46 +00:00
60ea0ba9f2 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.8' (#25) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 47s
2025-11-07 18:00:58 +00:00
c0d05f7821 Update ghcr.io/astral-sh/uv Docker tag to v0.9.8
All checks were successful
Build container / Build (pull_request) Successful in 56s
2025-11-07 18:00:46 +00:00
7801c7d392 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.7' (#24) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 52s
2025-10-30 22:00:48 +00:00
5e01a1db0a Update ghcr.io/astral-sh/uv Docker tag to v0.9.7
All checks were successful
Build container / Build (pull_request) Successful in 55s
2025-10-30 22:00:39 +00:00
a3e21ed44b Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.6' (#23) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 52s
2025-10-29 20:01:22 +00:00
6c5eec52ed Update ghcr.io/astral-sh/uv Docker tag to v0.9.6
All checks were successful
Build container / Build (pull_request) Successful in 1m48s
2025-10-29 20:01:11 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.com/actions/checkout@v5
- uses: https://gitea.com/actions/checkout@v6
- name: Fetch tags from main branch
id: version

View File

@@ -1,7 +1,7 @@
# use python 3.12 as a base image
FROM docker.io/python:3.13-alpine
# use the latest version of uv, independently of the python version
COPY --from=ghcr.io/astral-sh/uv:0.9.5 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /uvx /bin/
WORKDIR /app