Update README and links, build and push images to git.moan.dev
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13.2-alpine
|
||||
FROM python:3.14-alpine
|
||||
|
||||
RUN pip install uv
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user