4 Commits

Author SHA1 Message Date
bb2728d5c4 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.9.19' (#37) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 1m2s
2025-12-29 20:00:50 +00:00
300eb15081 Update ghcr.io/astral-sh/uv Docker tag to v0.9.19
All checks were successful
Build container / Build (pull_request) Successful in 1m0s
2025-12-29 20:00:39 +00:00
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

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.17 /uv /uvx /bin/ COPY --from=ghcr.io/astral-sh/uv:0.9.19 /uv /uvx /bin/
WORKDIR /app WORKDIR /app