5 Commits

Author SHA1 Message Date
b3ae8febf9 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.17' (#6) 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 22:00:35 +00:00
1161d9eea3 Update ghcr.io/astral-sh/uv Docker tag to v0.8.17
All checks were successful
Build container / Build (pull_request) Successful in 32s
2025-09-10 22:00:29 +00:00
fa8f2e7d2d Update .gitea/workflows/build-container.yaml
All checks were successful
Build container / Build (push) Successful in 31s
2025-09-10 17:27:08 +00:00
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
2 changed files with 2 additions and 1 deletions

View File

@@ -47,3 +47,4 @@ jobs:
context: .
# use the current commit SHA as the tag
tags: git.kluster.moll.re/remoll/dns:${{ steps.version.outputs.BUILD_NAME }}-${{ gitea.run_number }}
push: true

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.17 /uv /uvx /bin/
WORKDIR /app