feat(deps): update uv dependency to version 0.9.21 #406

Merged
luke merged 2 commits from docker-uv into main 2026-01-04 10:34:32 +00:00
3 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ WORKDIR /run
RUN mkdir -p /.local && \
chmod -R 777 /.local && \
pip install -U pip uv==0.5.14
pip install -U pip uv==0.9.21
COPY pyproject.toml /run/pyproject.toml
COPY uv.lock /run/uv.lock

View File

@@ -3,5 +3,7 @@ services:
build:
context: .
dockerfile: Dockerfile
# Alternatively, use an image from a registry
# image: git.tainton.uk/repos/roboluke:latest
restart: unless-stopped
env_file: .env