Update README and links, build and push images to git.moan.dev

This commit is contained in:
2026-07-16 00:28:29 -03:00
parent 47c3b57ef4
commit f18e2c0792
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13.2-alpine
FROM python:3.14-alpine
RUN pip install uv
+1 -1
View File
@@ -4,7 +4,7 @@ To optimize the building and pushing of your images, use the following template:
```dockerfile
# Use the image and tag you need.
FROM registry.nyeki.dev/docker/python/with-uv:3.13.2-alpine
FROM git.moan.dev/docker/python/with-uv:3.13.2-alpine
# Only copy uv-related files, necessary for syncing and caching.
WORKDIR /app