12 Commits

Author SHA1 Message Date
b14b207d23 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.18' (#36) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 53s
2025-12-16 16:00:56 +00:00
eed6aeb203 Update ghcr.io/astral-sh/uv Docker tag to v0.9.18
All checks were successful
Build container / Build (pull_request) Successful in 1m1s
2025-12-16 16:00:41 +00:00
f1779df7b2 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.17' (#35) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 52s
2025-12-10 00:01:07 +00:00
9abaac44c5 Update ghcr.io/astral-sh/uv Docker tag to v0.9.17
All checks were successful
Build container / Build (pull_request) Successful in 2m8s
2025-12-10 00:00:55 +00:00
aa4682cebc Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.16' (#34) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 51s
2025-12-06 16:01:02 +00:00
18103a6c33 Update ghcr.io/astral-sh/uv Docker tag to v0.9.16
All checks were successful
Build container / Build (pull_request) Successful in 54s
2025-12-06 16:00:48 +00:00
a963b05ad1 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.15' (#33) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 1m4s
2025-12-03 00:01:15 +00:00
188197153a Update ghcr.io/astral-sh/uv Docker tag to v0.9.15
All checks were successful
Build container / Build (pull_request) Successful in 1m13s
2025-12-03 00:00:58 +00:00
6b7a96a368 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.14' (#32) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 52s
2025-12-01 18:00:52 +00:00
234e0ddb8c Update ghcr.io/astral-sh/uv Docker tag to v0.9.14
All checks were successful
Build container / Build (pull_request) Successful in 1m27s
2025-12-01 18:00:41 +00:00
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
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
2 changed files with 2 additions and 2 deletions

View File

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

View File

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