Compare commits

..

1 Commits

Author SHA1 Message Date
92ffdad3db chore(deps): update python to v3.14.2
Some checks failed
Validate PR Title / validate (pull_request) Successful in 2s
CI / ci (pull_request) Failing after 41s
2025-12-29 12:35:29 +00:00
3 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -3,7 +3,5 @@ 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