4 Commits

Author SHA1 Message Date
4b37ac69bc Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.16' (#5) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 40s
2025-09-10 02:00:54 +00:00
35b4b3ccd4 Update ghcr.io/astral-sh/uv Docker tag to v0.8.16
Some checks failed
Build container / Build (pull_request) Failing after 23s
2025-09-10 02:00:39 +00:00
298db19434 Update renovate.json
Some checks failed
Build container / Build (push) Failing after 19s
2025-09-09 09:09:54 +00:00
b422768e8e cleanup
Some checks failed
Build container / Build (push) Failing after 47s
2025-09-08 18:20:20 +02:00
3 changed files with 1 additions and 7 deletions

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

View File

@@ -1,6 +0,0 @@
def main():
print("Hello from dns!")
if __name__ == "__main__":
main()